sqlite3
Here are 6,700 public repositories matching this topic...
-
Updated
Jun 26, 2022 - Python
-
Updated
Jul 21, 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++
If I save the content of a textarea (which includes \n for new lines) I can see in my console that bun is logging those new lines.
I think this didn't happen with go-pg and I don't think it's either useful or safe anyway.
Do you agree @vmihailenco?
-
Updated
Jul 18, 2022 - C++
-
Updated
Jul 25, 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
Jun 15, 2022 - Kotlin
-
Updated
Jun 23, 2022 - TypeScript
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.