minor updates

llm-extraction
will king 3 years ago
parent 4643351305
commit e88f450b8c

@ -29,6 +29,22 @@
"type": "dev", "type": "dev",
"auth-model": "native" "auth-model": "native"
} }
},
"postgres-jdbc-186cd8f479f-6cc3c10c8adc3359": {
"provider": "postgresql",
"driver": "postgres-jdbc",
"name": "drugcentral",
"save-password": true,
"configuration": {
"host": "localhost",
"port": "54320",
"database": "postgres",
"url": "jdbc:postgresql://localhost:54320/postgres",
"configurationType": "MANUAL",
"type": "dev",
"provider-properties": {},
"auth-model": "native"
}
} }
}, },
"connection-types": { "connection-types": {

@ -12,7 +12,7 @@ WHERE
AND AND
overall_status in ('Terminated', 'Completed') overall_status in ('Terminated', 'Completed')
AND AND
start_date > '2008-01-01' start_date > '2010-01-01'
AND AND
completion_date < '2022-01-01' completion_date < '2022-01-01'
; ;

Loading…
Cancel
Save