aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_type.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-108/+0
| | | | file each
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-1/+1
|
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-261-1/+1
|
* Update SQLite3_ The columntypescantype method of type (#909)Auler2021-10-261-23/+69
| | | | | | | | | | | | | | | | * sqlite3_type update The main reason for this change is that the original reflected values are nil. I found that there was no good mapping when dealing with the code here * Update sqlite3_type.go Update 'ColumnTypeScanType' method, Different types of mapping values * Restore copyright * Update go.mod * Update go.mod
* RowsColumnTypeNullable not implemented (#848)Jinzhu2020-12-261-2/+2
|
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-0/+5
|
* go vet && golintYasuhiro Matsumoto2016-11-061-0/+3
|
* add go18 new featureYasuhiro Matsumoto2016-11-041-0/+54