sqlite3
Here are 4,633 public repositories matching this topic...
-
Updated
Apr 10, 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
Apr 1, 2021 - 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
Apr 10, 2021 - C++
-
Updated
Apr 7, 2021 - C++
-
Updated
Nov 2, 2020 - C++
-
Updated
Apr 10, 2021 - Kotlin
portable mode
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
- Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
- Click on insert into below text:
-- comments are
-- breaks by sign greater than >
-- unfortunately - See error
Expected behavior
the comment should not be affected by a character grea
-
Updated
Mar 26, 2021 - TypeScript
-
Updated
Apr 9, 2021 - Pascal
-
Updated
Mar 31, 2021 - C++
-
Updated
Mar 7, 2021 - Python
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."



Hi all,
The documented
isTransactionproperty on transactions is missing from the typescript definition. I would submit a PR but I do not know how to write such a thing. Apologies.B