sqlite3
Here are 4,337 public repositories matching this topic...
-
Updated
Jan 25, 2021 - Go
Is your feature request related to a problem? Please describe.
I'm interested in using MikroORM in a system where migrations and schema management are handled by another tool. I attempted to use the EntityGenerator functionality but there doesn't appear to be any way to limit entity generation to specific schemas (in this case Postgres)
Describe the solution you'd like
I'd like to b
-
Updated
Apr 8, 2020 - C++
-
Updated
Dec 20, 2020 - JavaScript
RediSQL support multiple statements in the same "EXEC", hence it is possible and correct to do something like:
REDISQL.EXEC DB "INSERT INTO foo VALUES(1,2,3); INSERT INTO bar VALUES(2,3,4);"
Which is quite convenient when mixed with BEGIN, COMMIT and ABORT instruction.
One problem is that all the statements are first prepared all together, and then executed, all together.
This
-
Updated
Jan 18, 2021 - Python
-
Updated
Jan 24, 2021 - C++
-
Updated
Jan 15, 2021 - C++
-
Updated
Jan 25, 2021 - Kotlin
portable mode
-
Updated
Nov 2, 2020 - C++
Describe the bug
"Select file" for the socket file path shows a local file chooser, even when I'm in a remote workspace and thus would expect to look for a file on the remote system.
To Reproduce
Try selecting a socket file path when you are using a remote vscode workspace
Expected behavior
File picker that shows remote files
**Desktop (please complete the following informa
-
Updated
Jan 24, 2021 - Pascal
-
Updated
Jan 25, 2021 - TypeScript
-
Updated
Jan 2, 2019 - Go
-
Updated
Apr 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the sqlite3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sqlite3 topic, visit your repo's landing page and select "manage topics."

Environment
Knex version: 0.21.12
Database + version: Postgres 13
OS: Linux
Bug
Combining .pluck() with .first() yields strange behaviors. If .first() is before .pluck(), then the result is an array of plucked elements. If .first() is before .pluck() then the result is object with the plucked key and