gf/contrib/drivers/pgsql
2024-06-18 19:36:07 +08:00
..
testdata/issues contrib/drivers/pgsql: support slice type to insert into array for pgsql (#3645) 2024-06-18 19:36:07 +08:00
go.mod version: v2.7.1 (#3573) 2024-05-14 21:20:22 +08:00
go.sum enhance: upgrade version of dependencies (#3526) 2024-04-22 19:59:59 +08:00
pgsql_convert.go contrib/drivers/pgsql: support slice type to insert into array for pgsql (#3645) 2024-06-18 19:36:07 +08:00
pgsql_do_exec.go drivers/pgsql:pgsql returning id should use quotation marks,when primary key is capital (#3638) 2024-06-12 21:22:39 +08:00
pgsql_do_filter.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
pgsql_do_insert.go fix: for typo in comments for package contrib/drivers and gdb (#3366) 2024-03-12 20:40:20 +08:00
pgsql_format_upsert.go enhance: support save for Oracle (#3364) 2024-03-13 20:11:45 +08:00
pgsql_open.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
pgsql_result.go feature/v2.2.0 (#2154) 2022-09-26 22:11:13 +08:00
pgsql_table_fields.go enhance: do not ignore error from gdb.FormatMultiLineSqlToSingle func (#3368) 2024-03-13 19:22:17 +08:00
pgsql_tables.go driver/pgsql: optimize regex for version matching (#3583) 2024-05-21 21:51:43 +08:00
pgsql_z_unit_db_test.go database/gdb: fix confusing error message in Insert/Update operations when table not exist or the table contains no fields (#3553) 2024-05-22 21:26:53 +08:00
pgsql_z_unit_init_test.go enhance: add Save operation support for pgsql #3053 (#3324) 2024-03-04 20:17:43 +08:00
pgsql_z_unit_issue_test.go contrib/drivers/pgsql: support slice type to insert into array for pgsql (#3645) 2024-06-18 19:36:07 +08:00
pgsql_z_unit_model_test.go fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) to t.AssertNil(err) (#3356) 2024-03-12 20:05:03 +08:00
pgsql_z_unit_raw_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
pgsql_z_unit_test.go fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) to t.AssertNil(err) (#3356) 2024-03-12 20:05:03 +08:00
pgsql.go fix: recognize json_valid constraint as json field type for database mariadb #2746 (#3309) 2024-03-06 19:07:31 +08:00