-
## Feedback from readers
Three sections: feedback, top working searches, and top failed searches.
Please check off the feedback and failed searches as you fix them and
please add the label to your PR…
-
Currently, we don't support `.import` statements. So, to import CSV we have to do a workaround:
1. Create a temporary DB and import CSV
2. Export the db dump
3. Import that using shell: `$ turso …
-
We had to disable prepared statement harvesting from performance_schema because the default harvesting process wasn't handling the case where multiple prepared statements of the same template (`SQL_TE…
-
## Observed
When trying to execute a query over self hosted clickhouse cluster, the query fails as it is not able to determine the server timezone during connectivity. This behaviour is transient a…
-
### What version of `drizzle-orm` are you using?
0.29.1
### What version of `drizzle-kit` are you using?
0.20.6
### Describe the Bug
`sql.placeholder` throws type error for enums.
```ts
impor…
-
## Steps to reproduce
1. Deploy postgresql-k8s
2. Relate it with an application.
3. Create a procedure using the app's credentials. (`add_history_tracing_columns` in my case)
4. un-relate …
-
![Snipaste_2020-10-18_14-56-28](https://user-images.githubusercontent.com/48703431/96360739-50788c00-1152-11eb-945c-5d4fa33686a4.png)
Thanks!
-
Currently the script that is generated looks something like this:
```
IF OBJECT_ID('Enum_MyEnum', 'U') IS NULL
begin
CREATE TABLE [Enum_MyEnum] (Id int CONSTRAINT PK_Enum_MyEnum PRIMARY KEY, Nam…
-
# Itsourcecode Tailoring Management System Project In PHP With Source Code v1.0 staffcatedit.php SQL injection
# NAME OF AFFECTED PRODUCT(S)
+ Tailoring Management System Project In PHP With Source …
-
jOOQ 3.15 introduces support for `CREATE TRIGGER` and `DROP TRIGGER` commands (see https://github.com/jOOQ/jOOQ/issues/6956). Some RDBMS also support some forms of `ALTER TRIGGER`, e.g. to:
- [ ] R…