We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e550e2 commit 034b5c0Copy full SHA for 034b5c0
tests/testdata/provider/testdata_pg.sql
@@ -7,7 +7,7 @@
7
-- Started on 2015-05-21 09:37:33 CEST
8
9
SET statement_timeout = 0;
10
-SET lock_timeout = 0;
+-- SET lock_timeout = 0;
11
SET client_encoding = 'UTF8';
12
SET standard_conforming_strings = on;
13
SET check_function_bodies = false;
tests/testdata/provider/testdata_pg_vectorjoin.sql
@@ -1,5 +1,5 @@
1
2
-CREATE SCHEMA IF NOT EXISTS qgis_test;
+--CREATE SCHEMA IF NOT EXISTS qgis_test;
3
4
5
DROP TABLE IF EXISTS qgis_test.table_a;
0 commit comments