-
In PostgreSQL and SQLite the `ORDER BY` clause accepts a sorting configuration to override default behaviour. Currently, only two arguments can be passed - the value on which to order by and the direc…
-
Not sure what the best way to handle this is, but maybe we should have a global dictionary instead of constructing the lookup on the fly?
```
julia> MLIR.IR.context!(MLIR.IR.Context()) do
…
-
Until recently Calcite forced rounding towards zero, but this become configurable.
We could use HALF_UP: https://docs.oracle.com/javase/6/docs/api/java/math/RoundingMode.html
This is breaking change…
-
While the config defaults to "postgres", the underlying library supports other SQL dialects. We should allow it to support them. In which case, we might want to rename this repo.
Some changes we'll…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
PostgreSQL, MySQL, and SQLite all support the JSO…
-
While trying to create DB driver with sqlalchemy, i am getting below error
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:mssql.aioodbc
I am running on windows 11 and p…
-
Just registering my interest for supporting database backends other than MySQL (namely PostgreSQL, but perhaps SQLite would be useful to others) -- everything on my home server currently works with Po…
-
We should be able to support other Brainfuck dialects like Ook! and Blub.
-
f.e. for annotations to setup specific security roles
-
In order to support additional dialects more easily in the future, we want to pull the dialect specific files out of the core and move them into dedicated npm modules.
Relates to https://github.com…