-
With #470, `TRUNC()` support was added for these databases:
- CUBRID
- DB2
- HSQLDB
- PostgreSQL
- Oracle
Most other databases can probably emulate `TRUNC()` using string/date formatting/parsing
-
I am very happy to find this tool
i have a question
can this library help me in detecting arabic dialects (syrian iraqi gulf)
i will try to build corpora for each dialect and add it to language profi…
-
checking log of one of docker image, got this.
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
None of PyTorch, Ten…
-
I'd been trying to keep the regionalism out of it, but that instinct may be wrong (this is the first project I've handled translations on). We generally approve any language requests, but I wonder if…
-
```
See title.
Some discussion in the forum:
https://groups.google.com/forum/#!topic/cqengine-discuss/OSWsf8XTDtQ
```
Original issue reported on code.google.com by `ni...@npgall.com` on 25 Nov 201…
-
The upstream version was updated in #164, but it did not add new dialects to the feature set.
The new dialets as of time writing this are `storm32`, `AVSSUAS`, `all`, `cubepilot` and `development`.…
-
In at least PostgreSQL and CockroachDB, the following query is illegal:
```sql
select distinct a.x
from (values (1)) a (x)
order by case when a.x is not null then 1 else 0 end;
```
This is j…
-
It appears that the same kind of problem has been addressed multiple times for various dialects via internal `NO_SUPPORT_TIMESTAMP_PRECISION` flags:
- `AbstractDataType.NO_SUPPORT_TIMESTAMP_PRECISI…
-
Consider the following code:
```python
import fire
def a(flag: bool):
if flag:
print("hooray!")
else:
print("Wanna see a flag :(")
if __name__ == '__main__': fire.Fire…
-
Specifically, I'm attempting to import `knex` via "npm:knex@2.3.0", and I **suspect** the issue is native modules. Not sure if there's an existing issue for that, or if it's even planned to support su…