summaryrefslogtreecommitdiff
path: root/src/lib/pgsql/testutils
AgeCommit message (Collapse)Author
2022-08-10[#2071] Fixed wipe script pathsFrancis Dupont
2022-01-25[#2290] release changesAndrei Pavel
2022-01-07[#2244] Renamed schema variablesThomas Markwalder
configure.ac src/share/database/scripts/pgsql/.gitignore src/share/database/scripts/pgsql/Makefile.am Updated pgsql upgrade file names src/lib/dhcpsrv/pgsql_lease_mgr.cc src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc src/lib/pgsql/pgsql_connection.h src/lib/pgsql/tests/pgsql_connection_unittest.cc src/lib/pgsql/testutils/pgsql_schema.cc src/lib/pgsql/testutils/pgsql_schema.h src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc src/lib/dhcpsrv/pgsql_host_data_source.cc Rename schema variables src/share/database/scripts/pgsql/upgrade_007_to_008.sh.in Added escapes to $s
2020-10-26[#1496] add missing spaces, remove spurious spacesAndrei Pavel
in exception messages & error messages
2020-06-22[#1288] code changes for 1.7.9 releaseWlodek Wencel
2020-06-19[#1196] Restored copyright yearsFrancis Dupont
2020-06-19[#1196] Addressed commentsFrancis Dupont
2020-06-19[#1196] Renamed PG_SCHEMA_VERSION_XXXFrancis Dupont
2019-03-20[531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mech ↵Francis Dupont
anism] spelling
2019-03-20[531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mech ↵Francis Dupont
anism] Grammar
2019-03-20[531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mech ↵Francis Dupont
anism] Better fix
2019-03-20[531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mech ↵Francis Dupont
anism] spelling
2019-03-13[#531,!279] PgSQL unit testing now supports data wipeThomas Markwalder
src/share/database/scripts/pgsql wipe_data.sh.in - new file doc/devel/unit-tests.dox Removed MySQL/CQL only comment several files: Added commentary and removed superflous calls to destroyPgSQLSchema src/lib/pgsql/testutils/pgsql_schema.* destroyPgSQLSchema() createPgSQLSchema() - modified to support data wiping wipePgSQLData() - new function src/lib/pgsql/tests pgsql_schema.cc pgsql_schema.h - deleted these. They appear to have been added by mistake.
2019-02-07[426-cassandra-unit-tests-ends-with-success-even-though-they-fail] Made DB ↵Francis Dupont
script failure to throw
2018-09-03[#92,!13] Created testutils libs for MySQL, PgSQL and CQL.Marcin Siodelski