-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling of raw-queries (#3147)
* Remove codegen-tests for now since they break local-builds. Will add back in a different build or project. * Fix build scripts. Was using bad sqlserver version. * Better raw query support. Do not wrap top-level infixes. * Fix Spark cases * Another fix * Fix another tests * fix test
- Loading branch information
1 parent
87bcdb2
commit c334986
Showing
34 changed files
with
196 additions
and
1,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Builds a ubuntu-based postgres image whose latency can be modified to be highe | ||
# for performance experimentation. | ||
FROM mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04 | ||
USER root | ||
RUN apt-get update && \ | ||
apt-get install iproute2 iputils-ping -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 0 additions & 110 deletions
110
quill-codegen-tests/src/test/scala/io/getquill/codegen/H2CodegenTestCases.scala
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
quill-codegen-tests/src/test/scala/io/getquill/codegen/MysqlCodegenTestCases.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.