-
### Issue
Some SQL queries are not supported in MSSQL. Noticed below issues so far...
- Backticks(`)
- LIMIT 1 is not supported in MSSQL
- Method "EXTRACT(MONTH FROM" is not supported in MSSQL
…
-
### Version
1.27.0
### What happened?
Hello,
I have one view with "pg_statio_all_tables" table and I can't generate code for this view. I don't know how I can continue with this view and sqlc.
…
-
### Short description of the issue
If I loop pages fetched with `find("template=$template, field=mytext")`, calling `$page->mytext` makes a database query for each page that do not have `mytext` va…
-
The fast path is currently only enabled when the UPSERT alias is explicitly selected by the user. It's possible to fast path some queries of the form INSERT ... ON CONFLICT, but the utility is low and…
-
# Problem
Currently, line list of cases are queried and then aggregated. In order to include group_by in the sql query, we need to
compute the epiweek.
# Why do that
To optimize consultatio…
-
- Step 1: benchmark a naive implementation of just reexecuting sql queries based on stream of updates (e.g. reexecute query if one of the tables is touched by the update)
alvrs updated
6 months ago
-
### Description
- [ ] before we start coding, we should enumerate all of the places where we reference tables.
- [ ] schedule delivery, alerts, dashboard filter, custom dimension, custom metri…
-
~Move sql queries from the code to a separate file (sql directory) or get rid of writing sql queries~
Use hibernate
-
### A SQL console UI Allows the user to run SQL on the client side
As a user with SQL skills, I want to execute SQL queries on tabular data files without downloading them first. The execution of th…
-
Hi, I would like to know whether this python library is currently supporting Oracle based SQL query syntaxes? More appropriately, following is the version information
```
Oracle Database 19c Enter…