pgx/pgtype
Jack Christensen db95cee40c Remove pgtype.Value interface 2022-01-22 12:18:40 -06:00
..
pgxtype Restore array support to pgxtype.LoadDataType 2022-01-11 20:49:20 -06:00
testutil Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
zeronull Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
array.go
array_codec.go Builtin types are automatically wrapped if necessary 2022-01-08 23:44:53 -06:00
array_codec_test.go
array_getter_setter.go
array_getter_setter.go.erb
array_test.go Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
bits.go Convert bit and varbit to Codec 2022-01-08 16:49:58 -06:00
bits_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
bool.go Remove convertToBoolForEncode 2022-01-08 20:51:28 -06:00
bool_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
box.go Reorder Box functions 2022-01-15 18:45:42 -06:00
box_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
builtin_wrappers.go Replace some old database/sql compatibility 2022-01-22 11:21:12 -06:00
bytea.go Convert bytea to Codec 2022-01-08 18:33:08 -06:00
bytea_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
circle.go Remove useless allocations 2022-01-08 13:38:56 -06:00
circle_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
convert.go Builtin types are automatically wrapped if necessary 2022-01-08 23:44:53 -06:00
date.go Convert Date to Codec 2022-01-10 21:02:20 -06:00
date_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
enum_codec.go Use wrapper to treat fmt.String as pgtype.TextValuer 2022-01-20 20:22:53 -06:00
float4.go Convert float4 and float8 to Codec 2022-01-15 11:12:06 -06:00
float4_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
float8.go Convert float4 and float8 to Codec 2022-01-15 11:12:06 -06:00
float8_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
hstore.go Convert Hstore to Codec 2022-01-15 17:47:37 -06:00
hstore_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
inet.go Convert inet and cidr to codec 2022-01-15 09:48:21 -06:00
inet_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
int.go Builtin types are automatically wrapped if necessary 2022-01-08 23:44:53 -06:00
int.go.erb Builtin types are automatically wrapped if necessary 2022-01-08 23:44:53 -06:00
int_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
int_test.go.erb Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
integration_benchmark_test.go Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
integration_benchmark_test.go.erb Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
integration_benchmark_test_gen.sh
interval.go Convert Interval to Codec 2022-01-15 18:46:28 -06:00
interval_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
json.go Convert json and jsonb to Codec 2022-01-18 16:04:25 -06:00
json_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
jsonb.go Convert json and jsonb to Codec 2022-01-18 16:04:25 -06:00
jsonb_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
line.go Convert line to Codec 2022-01-18 11:29:19 -06:00
line_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
lseg.go Convert lseg to Codec 2022-01-18 11:38:35 -06:00
lseg_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
macaddr.go Convert macaddr to Codec 2022-01-20 20:07:09 -06:00
macaddr_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
numeric.go Convert numeric to Codec 2022-01-22 09:31:59 -06:00
numeric_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
path.go Convert path to Codec 2022-01-18 11:51:08 -06:00
path_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
pgtype.go Remove pgtype.Value interface 2022-01-22 12:18:40 -06:00
pgtype_test.go Remove BinaryEncoder and TextEncoder 2022-01-22 12:16:02 -06:00
point.go Remove useless allocations 2022-01-08 13:38:56 -06:00
point_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
polygon.go Convert polygon to Codec 2022-01-18 12:04:17 -06:00
polygon_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
qchar.go Convert "char" to Codec 2022-01-20 17:58:57 -06:00
qchar_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
text.go Use wrapper to treat fmt.String as pgtype.TextValuer 2022-01-20 20:22:53 -06:00
text_format_only_codec.go Use TextCodec for aclitem type 2022-01-08 16:24:05 -06:00
text_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
tid.go Allow scanning tid to string 2022-01-20 20:59:36 -06:00
tid_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
time.go Convert time to Codec 2022-01-21 16:50:30 -06:00
time_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
timestamp.go Convert timestamp and timestamptz to Codec 2022-01-18 21:49:38 -06:00
timestamp_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
timestamptz.go Convert timestamp and timestamptz to Codec 2022-01-18 21:49:38 -06:00
timestamptz_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
uint32.go Replace CID, OID, OIDValue, and XID with Uint32 2022-01-09 00:35:49 -06:00
uint32_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00
uuid.go Convert UUID to Codec 2022-01-22 10:53:47 -06:00
uuid_test.go Removed TextEncoder and BinaryEncoder 2022-01-22 12:07:35 -06:00