pgx/pgtype
Jack Christensen 989a4835de Remove rune to text conversion
Because rune is an alias for int32 this caused some very surprising
results. e.g. inserting int32(65) into text would insert "A" instead of
"65".
2022-05-12 17:13:49 -05:00
..
zeronull Replace interface{} with any 2022-04-09 09:12:55 -05:00
array.go Fix scanning null did not overwrite slice 2022-04-26 14:52:01 -05:00
array_codec.go Make array helpers private 2022-04-16 14:21:40 -05:00
array_codec_test.go Skip tests with unsupported types on CockroachDB 2022-04-23 10:34:53 -05:00
array_test.go Make array helpers private 2022-04-16 14:21:40 -05:00
bits.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
bits_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
bool.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
bool_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
box.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
box_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
builtin_wrappers.go Add Array and FlatArray container types 2022-04-16 11:33:45 -05:00
bytea.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
bytea_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
circle.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
circle_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
composite.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
composite_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
convert.go Merge remote-tracking branch 'pgtype/master' into v5-dev 2022-04-23 11:00:07 -05:00
date.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
date_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
doc.go Make array helpers private 2022-04-16 14:21:40 -05:00
enum_codec.go Remove rune to text conversion 2022-05-12 17:13:49 -05:00
enum_codec_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
example_custom_type_test.go Add documentation 2022-03-19 17:01:12 -05:00
example_json_test.go Add documentation 2022-03-19 17:01:12 -05:00
float4.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
float4_test.go Better number to string handling 2022-04-09 09:09:46 -05:00
float8.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
float8_test.go Better number to string handling 2022-04-09 09:09:46 -05:00
hstore.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
hstore_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
inet.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
inet_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
int.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
int.go.erb Replace interface{} with any 2022-04-09 09:12:55 -05:00
int_test.go Better number to string handling 2022-04-09 09:09:46 -05:00
int_test.go.erb Better number to string handling 2022-04-09 09:09:46 -05:00
integration_benchmark_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
integration_benchmark_test.go.erb Replace interface{} with any 2022-04-09 09:12:55 -05:00
integration_benchmark_test_gen.sh Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
interval.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
interval_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
json.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
json_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
jsonb.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
jsonb_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
line.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
line_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
lseg.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
lseg_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
macaddr.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
macaddr_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
multirange.go Build / rewrite / port multirange support 2022-04-23 12:50:18 -05:00
multirange_test.go Skip multirange tests on PG < 14 2022-04-23 16:55:24 -05:00
numeric.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
numeric_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
path.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
path_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
pgtype.go Update ScanPlan.Scan documentation 2022-04-30 08:29:51 -05:00
pgtype_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
point.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
point_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
polygon.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
polygon_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
qchar.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
qchar_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
range.go Make range helpers private 2022-04-23 11:10:04 -05:00
range_codec.go Make range helpers private 2022-04-23 11:10:04 -05:00
range_codec_test.go Revert use generics for RangeCodec 2022-04-16 10:39:12 -05:00
range_test.go Make range helpers private 2022-04-23 11:10:04 -05:00
record_codec.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
record_codec_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
text.go Remove rune to text conversion 2022-05-12 17:13:49 -05:00
text_format_only_codec.go Use TextCodec for aclitem type 2022-01-08 16:24:05 -06:00
text_test.go Remove rune to text conversion 2022-05-12 17:13:49 -05:00
tid.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
tid_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
time.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
time_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
timestamp.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
timestamp_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
timestamptz.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
timestamptz_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
uint32.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
uint32_test.go pgtype uses pgxtest 2022-04-02 14:34:19 -05:00
uuid.go Scan binary UUID to string 2022-04-26 08:37:10 -05:00
uuid_test.go Scan binary UUID to string 2022-04-26 08:37:10 -05:00