Skip to content

Conversation

auxten
Copy link

@auxten auxten commented Nov 21, 2018

No description provided.

jung-kurt and others added 30 commits August 12, 2018 08:34
This change could save users from having to dig into source code to see how connection options are parsed.
with comments what const are used for what
implementation of set_authorizer interface
Related on #623
CryptEncoder SHA384 and SHA512 variants (with and without salt) were incorrectly documented as using SHA256.
Mention correct algorithm in function docs.
Upgrade to SQLite 3.25.0
Actually check the value of RunTests
Add Go 1.11 to Travis build matrix
Remove extra backtick and fix Markdown formatting
Update README: URL-encode connection options
mattn and others added 24 commits November 22, 2018 01:46
Clean up blob to byte slice conversion
Distinguish between NULL and zero-length blobs on query
Fix data race in AutoCommit()
Close db even if sqlite3_open_v2 return non-zero.
SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is…
As opposed to []byte arrays. This brings sqlite closer
in line with other dbs like postgres, allowing downstream
consumers to assume the scanned value is string across underlying
dbs.
@radutopala
Copy link

@auxten I see these issues

# github.com/mattn/go-sqlite3
sqlite3-binding.c:222430:42: error: too few arguments to function call, expected 3, have 2
sqlite3-binding.c:66273:1: note: 'sqlite3BtreeBeginTrans' declared here
sqlite3-binding.c:24:25: note: expanded from macro 'SQLITE_PRIVATE'
sqlite3-binding.c:222431:43: error: too few arguments to function call, expected 3, have 2
sqlite3-binding.c:66273:1: note: 'sqlite3BtreeBeginTrans' declared here
sqlite3-binding.c:24:25: note: expanded from macro 'SQLITE_PRIVATE'
sqlite3-binding.c:223249:46: error: too few arguments to function call, expected 3, have 2
sqlite3-binding.c:66273:1: note: 'sqlite3BtreeBeginTrans' declared here
sqlite3-binding.c:24:25: note: expanded from macro 'SQLITE_PRIVATE'

on fresh update from mattn.

Do you plan on updating the fork soon? Thanks.

Btw, develop works fantastic 😄

@auxten auxten changed the base branch from develop to keep-up February 18, 2019 07:34
@auxten auxten merged commit 8e25596 into CovenantSQL:keep-up Feb 18, 2019
@auxten
Copy link
Author

auxten commented Feb 18, 2019

@auxten I see these issues

# github.com/mattn/go-sqlite3
sqlite3-binding.c:222430:42: error: too few arguments to function call, expected 3, have 2
sqlite3-binding.c:66273:1: note: 'sqlite3BtreeBeginTrans' declared here
sqlite3-binding.c:24:25: note: expanded from macro 'SQLITE_PRIVATE'
sqlite3-binding.c:222431:43: error: too few arguments to function call, expected 3, have 2
sqlite3-binding.c:66273:1: note: 'sqlite3BtreeBeginTrans' declared here
sqlite3-binding.c:24:25: note: expanded from macro 'SQLITE_PRIVATE'
sqlite3-binding.c:223249:46: error: too few arguments to function call, expected 3, have 2
sqlite3-binding.c:66273:1: note: 'sqlite3BtreeBeginTrans' declared here
sqlite3-binding.c:24:25: note: expanded from macro 'SQLITE_PRIVATE'

on fresh update from mattn.

Do you plan on updating the fork soon? Thanks.

Btw, develop works fantastic 😄

hey, thanks for using it 😄
We are busy working on CovenantSQL now. For compatibility, we did not keep up with upstream. I merged @mattn 's upstream to branch keep-up, but have NOT done enough test. you can try it out. For any issue, glad to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.