sqlite3
Here are 3,411 public repositories matching this topic...
-
Updated
Jun 20, 2020 - Go
I was trying to setup isso using the Sub-URI configuration together with nginx as described in the
documentation. The setup described leads to a redirect loop when visiting https//localhost/isso.
Setup
Dockerfile
# debian:buster @ 2020-03-03 17:24:58
FROM debia-
Updated
Apr 8, 2020 - C++
As a fork, LiteTree is inevitably going to need updating as newer versions of SQLite are released (At the moment SQLite is up to 3.30, while litetree is still based on 3.27.2.) Keeping up with SQLite can be very important if one needs new features or bug fixes.
How does one perform such an update? All I see in here are heavily modified versions of sqlite3.c and sqlite3.h, not any tools for upda
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
Jun 17, 2020 - JavaScript
Describe the bug
Ids assigned to a collection via wrap(...).assign are not persisted.
Stack trace
...
To Reproduce
Steps to reproduce the behavior:
@Entity()
export class Book2 {
@ManyToMany({ entity: () => BookTag2, cascade: [], fixedOrderColumn: 'order' })
tags = new Collection<BookTag2>(this);
}
...
const id1 = 1; //id of existing tag
const book
I need Some Hellp about instruction how to use SOCI from cmake as subporject "add_subdirectory(SOCI)"
I have long time try use It but SOCI::* not work. I know this about CMake but no one try to help. And How I can do in way from SOCI CMake script Variables. How I can do that ?
I've tried for a while to re-create Leo's Documentation locally to have full access to it, even if I'm not online. - I've not succeeded so far - and - have documented my attempts here:
Hello,
i'm writing to signal mmex crashes when I open reports
Summary of accounts
both monthly and yearly.
Let me know if you need more information about.
Thanks
Version: 1.3.4
• db 7 • (aes128cbc)
Libs:
• wxWidgets 3.1.3 (wxMac 10.14)
• wxSQLite3 4.4.8 (SQLite 3.30.1)
• RapidJSON 1.1.0
• Lua 5.3.5
• libcurl/7.54.0 LibreSSL
Currently returned results are represented as plain text.
When query results are selected and copied, then all NULL values are copied as "NULL" text instead of empty string.
Is it possible that returned results will behave more less like an excel sheet (ex. Excel Viewer by GrapeCity VSC extension).
Returned results records could be treated like cells not like plain text. Thanks that records
-
Updated
May 22, 2020 - C++
-
Updated
Jul 2, 2020 - Pascal
-
Updated
Jan 2, 2019 - Go
-
Updated
Apr 24, 2020 - JavaScript
Hi guys!
I have same problem as described in #203
I use update pivot model as documented
await object
.pictures()
.pivotQuery()
.where('picture_id', id)
.update({ sort_order: index })And this throws error "fakeModel._setUpdatedAt is not a function"
I've investig
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
May 3, 2020 - Python
add as a gitbook plugin
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.20.10
Database + version: Postgres 12
Bug