Eggbertx
|
9107269a39
|
Upgrade Go version in vagrant and Docker, readd sqlite3 for real this time
requires intervention for vagrant to add the updated Go repo
|
2022-08-30 11:30:59 -07:00 |
|
Eggbertx
|
3fa042167e
|
Add sqlmock driver and schema initialization
|
2022-08-28 19:26:03 -07:00 |
|
Eggbertx
|
42a80fec64
|
Start using transactions in gochan-migrate
|
2022-03-06 10:28:31 -08:00 |
|
Eggbertx
|
8ec05c7efe
|
Move SQL keyword replacement stuff to its own function
|
2022-02-24 17:37:41 -08:00 |
|
Eggbertx
|
d0a6341bf6
|
Add support for sql.Tx transactions to gcsql
|
2022-02-24 17:26:29 -08:00 |
|
Eggbertx
|
e9cbd89e18
|
Add dedicated chan migration packages
|
2021-06-24 16:41:26 -07:00 |
|
Eggbertx
|
55317504a1
|
Fix anti-patterns pointed out by DeepSource
But not the switch fallthroughs/expression lists, there's no benefit
|
2020-07-09 15:54:31 -07:00 |
|
Eggbertx
|
497a3925e0
|
Delete post upload(s) if we get an error
|
2020-07-09 13:08:24 -07:00 |
|
Eggbertx
|
4e60807b13
|
Fix issue with gcsql.PrepareSQL not properly handling variables
|
2020-06-26 18:01:25 -07:00 |
|
Eggbertx
|
a69b6748c7
|
Remove SQLite support due to instability
|
2020-06-15 11:27:14 -07:00 |
|
Eggbertx
|
e6838817fd
|
Replace GcError struct usage with builtin error
Creating it was probably a bad idea and not worth the trouble.
|
2020-06-06 09:28:45 -07:00 |
|
Eggbertx
|
feec3d87e8
|
replace (most) uses of builtin error with *gcutil.GcError
|
2020-05-28 12:49:41 -07:00 |
|
comraderat
|
fa07816eed
|
Add more complete error logging to preparesql
|
2020-05-23 12:29:52 +02:00 |
|
comraderat
|
fb19450fa5
|
Fixed id problem and split multiqueries
|
2020-05-19 23:15:42 +02:00 |
|
comraderat
|
26782d05cf
|
Fix returning and stop export interfaceslice
|
2020-05-18 20:03:08 +02:00 |
|
comraderat
|
704d9055b0
|
Changed SetFormattedInDatabase to send one by one
Manually manages stmt object to stop re-formatting
constantly.
|
2020-05-03 13:37:33 +02:00 |
|
comraderat
|
36c073e037
|
Add InterfaceSlice method, fix error
Implemented GetReplyCount, added InterfaceSlice method for easy use of
QuerySQL, fixed and updates GetSpecificTopPost
|
2020-05-03 13:37:33 +02:00 |
|
Eggbertx
|
d1292bd9fe
|
refactor/reorganize gochan's source code into subpackages
Also use Go version 1.11 in vagrant for module support
|
2020-04-29 17:44:29 -07:00 |
|