sqlite3
Here are 6,754 public repositories matching this topic...
-
Updated
Jun 26, 2022 - Python
-
Updated
Aug 5, 2022 - Go
Is your feature request related to a problem? Please describe.
I want to be able to find a single random child from a parent. In my app there are "Deck" and "Card" entities, and I want to be able to choose a random card from a deck.
Describe the solution you'd like
I'd like to be able to do something like so:
let card = await em.findOne(
Card,
{ deck: "my_dec-
Updated
Mar 28, 2022 - C++
-
Updated
Jun 17, 2022 - C++
-
Updated
Jul 18, 2022 - C++
- First question:
Comparing to go-pg migration tool we've lost ability to useset_versionfor some edge cases (semi-automatic-hardcoded
migrations). I guess it happens due the nature of new way of migrations naming (it is based on timestamp layout20060102150405now - [ref code](https:/
-
Updated
Jul 18, 2022 - C++
-
Updated
Aug 5, 2022 - C++
-
Updated
May 31, 2022 - C++
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
Aug 5, 2022 - Kotlin
-
Updated
Jul 30, 2022 - Rust
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."
Currently we only support Upsert for CockroachDB. Implementing same for MySQL should be pretty straightforward as well.
Wonder if we can also use INSERT ON CONFLICT UPDATE for PostgreSQL to ensure operation with same signature also works.