yaojiejia
yaojiejia
Currently, the location is defaulted at ```/tmp/postgresql/tablespace``` which is fine for linux users, however, the path might be different for windows users. Read more here: https://www.postgresql.org/docs/current/sql-createtablespace.html From #912
Closes #1242
## Problem Currently, Common Table Expression (CTE) is introduced after version 12 and not yet supported in our Postgres system: https://www.postgresql.org/docs/13/queries-with.html We need to implement the CTE as well as...
## Problem Currently, the ```EXTRACT``` function is not implemented in our PostgreSQL system. To implement this, we also need to include data types such as ```hour```, ```minute```, ```second```, etc. ##...
Closes 12. EXPLAIN ANALYSE from #912
Closes 14. ROW from #912
Hello! I was trying to add a testing oracle to QuestDB and I ran into some troubles The files I changed are listed here: https://github.com/sqlancer/sqlancer/compare/main...yaojiejia:sqlancer:issue-710 I noticed that in QuestDB...
If I understand correctly, I just need to remove hard-coded index and use ```globalState.getSchema().getFreeIndexName()``` instead Tests ran: - [x] ```mvn package -DskipTests``` - [x] ```mvn formatter:format``` - [x] ```mvn verify...
Added order by expression for MySQLDeleteGenerator Tests ran: - [x] ```mvn package -DskipTests``` - [x] ```mvn formatter:format``` - [x] ```mvn verify -DskipTests=true``` - [x] ```mvn test -Dtest=TestMySQLPQS``` - [x] ```mvn...
Closes #1254