0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-06-14 11:21:42 +00:00

37 Commits

Author SHA1 Message Date
e904eb404c fix: journal
strip old SEE Code
2018-08-02 23:24:16 +02:00
cf26002960 fix: journal mode
Journal Mode should only be enforced when the user set it.

Fixes: 
2018-08-02 11:45:39 +02:00
3af87968e1 Rewrite all errors to lowercase. 2018-07-22 22:32:19 +02:00
c90898da72 V2.0.0
Closes 
Closes 

* All documentation in Wiki
* Update Examples
* Fix EOL
* Fix CI
2018-07-20 16:02:42 +02:00
ac2e8f35da Update
2018-07-03 15:56:06 +02:00
eef0bf0ebb Exclude LIMIT tests from libsqlite3 tag
2018-07-03 14:21:30 +02:00
3aec8b11ca Fix LIMIT test 2018-07-03 14:08:15 +02:00
ff61c4d59e Debug Version number for UPSERT 2018-07-03 13:50:19 +02:00
c8d9a4a210 Fix race error
2018-07-03 13:50:06 +02:00
09cb77ebcc Update
* TestConnGetFilename
* TestConnAutoCommit
* TestHooksNil
* TestLimit
* TestResultColumnTypeInteger
* TestResultColumnTypeText
* TestResultColumnTypeBLOB
* TestResultColumnTypeFloat
* TestResultColumnTypeDateTime
* TestResultColumnTypeNULL
* TestPreparedStatementConn
* Fix: ColumnTypeDatabaseTypeName: Upper / Lower case
2018-06-29 11:39:30 +02:00
ded182737b Add Tests
* Add TestTransactionConn

2018-06-27 16:43:15 +02:00
283f0f8809 Update Connection
* Add Config

2018-06-27 16:42:55 +02:00
ca65b399cb Update
* Add Test

2018-06-26 16:36:16 +02:00
d6c4423838 Rewrite TestBackupError for Golang:1.8 2018-06-26 16:33:28 +02:00
c5e0c421d6 Fix func.go 2018-06-26 16:33:03 +02:00
e36987aa09 Update
* Implementation for RegisterCryptProvider
* Separated

2018-06-26 15:55:42 +02:00
8334dc42e6 Update
* fix code format
* add tests for Golang:1.10
* Fix error on extension loading
* Fix test on userauth
2018-06-25 17:29:07 +02:00
f5c3c6f922 Update Config
* Update tests
* Increase coverage
2018-06-24 23:38:33 +02:00
7c7d9c8ce5 Update
* Increase coverage of backup tests
* FormatDSN
* Rewrite C.in to types for Stringer implementation
* Add PRAGMA func
* Fix TestPinger
* Driver, DriverContext => Fix Extensions, ConnectHook
* Add Stringer to CryptEncoder, CryptSaltedEncoder
* Fix OpenConnector
* Renamed context to vtable_context and include build tag
2018-06-24 22:57:57 +02:00
b80de55e55 Update
* Renamed SQLiteConn.loc => SQLiteConn.tz
* Fix code format
* Added Documentation for LIMIT Constants
* Updated Crypt Encoders
* Changed
* Encoders now use CryptEncoder & CryptSaltedEncoder interfaces this allows for custom implementation by users
* Added Configuration
* Config implements Connector (Golang:1.10)
* Driver implements DriverContext (Golang:1.10)
2018-06-23 09:42:05 +02:00
cba0b041be Update Constant comments 2018-06-21 15:51:19 +02:00
aad2387aca Moved Pinger test 2018-06-20 22:51:38 +02:00
81906d7428 Moved Transaction Test 2018-06-20 22:51:24 +02:00
026dd10f0d Moved Version Test 2018-06-20 22:51:13 +02:00
203ba1b028 Update Copyright 2018-06-20 22:50:53 +02:00
7f30bcf3db Add optional extensions/modules/config 2018-06-20 17:11:00 +02:00
b05cf3ccd4 add vtable 2018-06-20 17:04:53 +02:00
e1d3dc365e Add entension(s) loading 2018-06-20 17:04:38 +02:00
0458206977 Fix copyright 2018-06-20 17:02:13 +02:00
79fc5c4581 Add trace 2018-06-20 17:02:01 +02:00
be463d8986 Add Extension(s) loading 2018-06-20 16:48:54 +02:00
a4cd81b9a4 fix/306
Included fix 306.

Closes 
2018-06-20 16:43:04 +02:00
fa6e997153 add tests 2018-06-20 16:33:52 +02:00
32a680cb98 Update result 2018-06-20 16:33:47 +02:00
6dc5ec6aa3 Add backup 2018-06-20 16:33:38 +02:00
2866d285fb Rewrite 2018-06-19 17:54:04 +02:00
1fa3dcb142 Rewrite 2018-06-15 17:53:32 +02:00