-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
2.0.0 #598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
* Add Config mattn#598
@mattn Please checkout and take a look, documentation is not done yet. Can you provide some feedback for me ? |
Thanks your great works. I'm thinking all of tasks are not required for 2.0.0 . |
@mattn Will update the tasks |
@mattn I will complete the 2.0.0 and incorporate all the current missing items like documentation. |
@mattn I would like to know how do you feel about introducing a dependency on |
I don't have strong opinion but what the use-case? |
Is there a support for Update Hook? (https://www.sqlite.org/c3ref/update_hook.html) Is it possible to set a callback to be called whenever I insert, update or delete? |
@mattn Use case is to better track down errors; we can add an additional context error where it occurs. So when printing the stacktrace you can better track down where it originated. |
@y4dkit Will look into it; I will try so see if I at least can inject the open Pre-Update Hook. |
I've been using the update hook in the following manner, which has worked reasonably well in the majority of circumstances: The problem is pretty simple though... tables created without Typically, my apps need to use the data in some manner. A common scenario is inserting a record and, then re-querying the DB to retrieve the row that was inserted. It would be nice if there were a reference to the whole row(s) instead of re-querying the DB. Perhaps there's a more elegant way, but I would love to see a |
|
@rittneje ah, I see... it does indeed seem like a feature request for sqlite, not this project. |
I would like v2 be compatible with Go modules. |
Shouldn't this be added to the list as well? #802 |
This isn't working, at least not the latest. I would like to thank to gjrtimmer for challenging this change. Unfortunately this didn't match my intentions. Closing. |
Uh oh!
There was an error while loading. Please reload this page.
Go-SQLite3 v2.0.0
WORK IN PROGRESS
Please Submit Your Wishes / Requests
Planned Updates
_
prefix.Tests
Write additional tests
The text was updated successfully, but these errors were encountered: