sqlite3
Here are 4,089 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Go
Is your feature request related to a problem? Please describe.
Would like the ability to specify the collation alongside the charset. Especially for Mysql.
Describe the solution you'd like
A new collate option that sets the default collation used.
Describe alternatives you've considered
I've though about manually adjusting the generated migration files, which mostly solves thi
-
Updated
Apr 8, 2020 - C++
-
Updated
Oct 9, 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
Nov 25, 2020 - Python
-
Updated
Nov 10, 2020 - C++
-
Updated
Nov 12, 2020 - Kotlin
MMEX version:
- 1.3.6
- 1.3.5
- 1.3.4 or older
- 1.4.X
Note: bug reporters are expected to have verified the bug still exists
either in the last stable version of MMEX or on updated development code
(master branch).
Operating System:
- Windows
- Mac OSX
- Linux
Description of the bug
Application crash when selecting 'Relocate Payee' when i
-
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
Nov 25, 2020 - Pascal
-
Updated
Nov 22, 2020 - TypeScript
-
Updated
Jan 2, 2019 - Go
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 23, 2020 - 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."
Environment
Knex version: latest
Database + version: any
OS: any
Select applicable template from below.
If issue is about oracledb support, tag @ atiertant. For MSSql tag @ smorey2.
Rest of dialects don't need tags.
If issue is about TypeScript definitions, tag @lorefnon.
Bug
knex.batchInsert as