We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f889aea commit ffb06a8Copy full SHA for ffb06a8
tests/sqlx/fixtures/aggregate_minmax_data.sql
@@ -4,7 +4,8 @@
4
-- Creates table with encrypted integer data including NULL values
5
-- to test aggregate functions on encrypted columns
6
7
--- Create table
+-- Create table (drop first for idempotency)
8
+DROP TABLE IF EXISTS agg_test;
9
CREATE TABLE agg_test
10
(
11
plain_int integer,
0 commit comments