mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-04 16:40:07 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -23,6 +23,7 @@ TEST(postgres, test_timestamp) {
|
||||
.ts = "2000-01-01 01:00:00"}});
|
||||
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
const auto credentials = sqlgen::postgres::Credentials{.user = "postgres",
|
||||
.password = "password",
|
||||
|
||||
Reference in New Issue
Block a user