1
0
Fork 0

2371 Commits (1ceb59d8f31ca68590dc54080955bb5d32dd8f9f)
 

Author SHA1 Message Date
Philip O'Toole b83424484d Enhance SQLite database status 3 years ago
Philip O'Toole cc8b924e64 Fix WaitGroup usage in test 3 years ago
Philip O'Toole 4f2818d037 Add concurrent query test 3 years ago
Philip O'Toole eec7494d62 DB size requires a read-write connection 3 years ago
Philip O'Toole 6edff5ba24 Deal with SQLite connection "caching"?
https://github.com/mattn/go-sqlite3/issues/966
3 years ago
Philip O'Toole bf51947ca9 Better error messages 3 years ago
Philip O'Toole d101e10469 Test writing via the query connection
It should fail.
3 years ago
Philip O'Toole 854cf362fd Don't specify mode=rw on file open
Not sure why.
3 years ago
Philip O'Toole 6dc9583dab Implement concurrent reads and writes
Disk doesn't support it yet, as it has not moved to WAL mode. Perhaps
wait for next release to do that.
3 years ago
Philip O'Toole 1a6eb951db
Remove Go report badge since it's broken 3 years ago
Philip O'Toole db1768c63f Initial implementation of two database connections 3 years ago
Philip O'Toole 90a0d397c6 Switch from mode=memory to vfs=memdb for in-mem DB 3 years ago
Philip O'Toole 791a1b0b72 Remove obsolete references to DSN 3 years ago
Philip O'Toole 9ecd52ba09
Merge pull request #841 from rqlite/pull-dsn-support
Remove support for specifying SQLite DSN
3 years ago
Philip O'Toole fda093b073 Remove reference to DSN in system test 3 years ago
Philip O'Toole e0da96dd55 Remove support for specifying SQLite DSN
This is a breaking change. However this feature hasn't been tested and
allows end-users to break the system too easily. Low-level control over
the SQLite database is better done with PRAGMA commands where possible.
3 years ago
Philip O'Toole a74892244e
Update DIAGNOSTICS.md 3 years ago
Philip O'Toole fe25c08471
6.0.2 is going out 3 years ago
Philip O'Toole 403d3403cc
Merge pull request #840 from rqlite/fix-empty-statements
Upgrade to rqlite/go-sqlite3 v1.20.4
3 years ago
Philip O'Toole f44f2c8294 Update CHANGELOG 3 years ago
Philip O'Toole 2924ed407d Upgrade to rqlite/go-sqlite3 v1.20.4 3 years ago
Philip O'Toole 3154b98ec1
Merge pull request #839 from rqlite/no-inmem-pool
Limit in-memory connection pool to 1 connection
3 years ago
Philip O'Toole 028419af0f Fix race in in-memory database testing 3 years ago
Philip O'Toole 3bd3131578 Update CHANGELOG 3 years ago
Philip O'Toole 1ee7a9eb17 Limit in-memory connection pool to 1 connection
https://github.com/mattn/go-sqlite3/issues/959#issuecomment-890283264
3 years ago
Philip O'Toole 09612e9373
Update README.md 3 years ago
Philip O'Toole 0ab5b479e3
Update README.md 3 years ago
Philip O'Toole ea45d3b2c0
Merge pull request #838 from rqlite/dont-leak-db
Don't leak a database if deserialization fails
3 years ago
Philip O'Toole f0f8bf0388 Change what-was too noisy logging 3 years ago
Philip O'Toole 911df4c03b Don't leak a database if deserialization fails
Fixes https://github.com/rqlite/rqlite/issues/837.
3 years ago
Philip O'Toole 1e4e1e06e3
Merge pull request #836 from rqlite/add-wal-status
Add current SQLite journal mode to status output
3 years ago
Philip O'Toole bef5de19bb Update CHANGELOG 3 years ago
Philip O'Toole 8693694d14 Add current SQLite journal mode to status output 3 years ago
Philip O'Toole 192795618c
Merge pull request #835 from rqlite/sql-layer
Use Go standard libary sql/database abstraction
3 years ago
Philip O'Toole 60cf932b14 Update CHANGELOG 3 years ago
Philip O'Toole 5331f9d639 AppVeyor OS and stack 3 years ago
Philip O'Toole 40069b4da1 Absolute Go path in AppVeyor 3 years ago
Philip O'Toole 2b26f93992 More AppVeyor testing 3 years ago
Philip O'Toole 1afada1f9e Dump Go version in AppVeyor 3 years ago
Philip O'Toole de3f9a61f2 AppVeyor to Go 1.16 3 years ago
Philip O'Toole d96230d0eb Disable pointer checks during race testing
BoltDB has run fine for years with this issues, continue to ignore them.
3 years ago
Philip O'Toole 296762d52f Less verbose output during CircleCI testing 3 years ago
Philip O'Toole fbe57d8156 Upgrade CircleCI Go 3 years ago
Philip O'Toole 503825dbaf Remove Abort functionality
No longer relevant since each Exec and Query gets its own connection.
3 years ago
Philip O'Toole 561bb47a14 Port DB layer to sql/database
Empty statements now cause panic.
3 years ago
Philip O'Toole eb8dcf74ff Start moving to SQL layer
Builds.
3 years ago
Philip O'Toole 7699a3c340
Update CHANGELOG.md 3 years ago
Philip O'Toole f0573b72c1
Merge pull request #834 from rqlite/sync-db-conn
Sync use of DB connection
3 years ago
Philip O'Toole 5f5f7dbbea Sync use of DB connection
Possible, albeit simple, fix for https://github.com/rqlite/rqlite/issues/830
3 years ago
Philip O'Toole b9200951ee
Merge pull request #832 from rqlite/better-open-name
It's create, not open
3 years ago