Added tests

This commit is contained in:
Mario de Frutos Dieguez
2019-07-03 18:00:57 +02:00
parent fe66b2865a
commit f4be59cae0
3 changed files with 64 additions and 1 deletions

15
test/CDB_OAuth_expect Normal file
View File

@@ -0,0 +1,15 @@
\set ECHO none
CREATE TABLE
INSERT 0 1
1
ERROR: relation "test2" does not exist
LINE 1: SELECT * FROM test2;
^
NOTICE: event trigger "oauth_reassign_tables_trigger" does not exist, skipping
CREATE TABLE
INSERT 0 1
1
1