-
Hey , thank you for easing the process but i am trying to create a table for FAERS data and something went wrong because i extracted the faers files with your python script and run the queries in my…
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
**Describe the bug**
When attempting to rename a column in MySQL 8, if that column has an expression default value (like `CURRENT_TIMESTAMP`), Fluent Migrator incorrectly includes the cosmetic inform…
-
With #19 , there was a change which quotes all database related names. There is a setting which can disable this feature:
`-Dorg.eclipse.net4j.db.DISABLE_QUOTED_NAMES=true`
We need to use this set…
-
There is some diferences between MS SQL Server syntax and others DBMS. I'm using GenericBuilder
How can I adapt for MS SQL Server?
Example:
MySQL:
`SELECT * FROM table_name LIMIT 10`
SQL Ser…
-
For more SQL-like syntax (for those who prefer it):
- `db.SELECT(_).FROM(User).WHERE(id == 42)`
- `db.INSERT_INTO(User, [name, age]).VALUES(["Jack", 23], ["Joe", 35])`
- `db.UPDATE(User).SET(age …
-
This may be a dumb question, but it's not exactly clear how to do query parameters specifically with sqlalchemy 2 from `docs/parameters.md`. For the old sqlalchemy dialect on databricks-sql-connector…
-
### Expected behavior
The preview feature should send a valid SQL query to my Fabric Synapse datawarehouse, using the ODBC Driver 18 for SQL Server. Running dbt, debugging, testing works as expecte…