-
### Bug description
When using `prisma.myModel.createMany` to do bulk insert operations, the column order in the resulting INSERT INTO statements (in PostgreSQL) appears to be random, like so:
* I…
-
https://github.com/veracode-repository-ruleset/verademo/blob/d748a0a9152d4b5d46af8a433b2863d9f0ed7211/com/veracode/verademo/commands/ListenCommand.java#L35-L45
**Filename:** com/veracode/verademo/com…
-
https://github.com/veracode-repository-ruleset/verademo/blob/d748a0a9152d4b5d46af8a433b2863d9f0ed7211/com/veracode/verademo/commands/IgnoreCommand.java#L35-L45
**Filename:** com/veracode/verademo/com…
-
https://github.com/veracode-repository-ruleset/verademo/blob/d748a0a9152d4b5d46af8a433b2863d9f0ed7211/com/veracode/verademo/controller/BlabController.java#L485-L495
**Filename:** com/veracode/veradem…
-
https://github.com/veracode-repository-ruleset/verademo/blob/d748a0a9152d4b5d46af8a433b2863d9f0ed7211/com/veracode/verademo/commands/RemoveAccountCommand.java#L35-L45
**Filename:** com/veracode/verad…
-
https://github.com/veracode-repository-ruleset/verademo/blob/d748a0a9152d4b5d46af8a433b2863d9f0ed7211/com/veracode/verademo/commands/RemoveAccountCommand.java#L46-L56
**Filename:** com/veracode/verad…
-
https://github.com/veracode-repository-ruleset/verademo/blob/d748a0a9152d4b5d46af8a433b2863d9f0ed7211/com/veracode/verademo/controller/UserController.java#L161-L171
**Filename:** com/veracode/veradem…
-
This is an extension of #60507, the reason we have an InternalExecutor interface in `sql/sem/tree/eval.go` is for use in the `builtins` package.
Comment from `tree/eval.go`
```
// InternalExecut…
-
When executing a PREPARE command for an INSERT statement, if the quoted identifiers used in the query contain characters not permitted in an unquoted identifier (ex: '-') then the PREPARE command …
-
**Is your feature request related to a problem? Please describe.**
There is currently no way to add the NOT FOR REPLICATION clause option. For creating new tables with the option I'm currently using …