Commit Graph

24 Commits

Author SHA1 Message Date
Timon Ringwald
31258a50a4 improved Delete func 2022-09-06 10:51:21 +02:00
Timon Ringwald
2ce3d755bd improved Delete 2022-09-06 10:49:22 +02:00
Timon Ringwald
f7bae81df7 added Delete 2022-09-06 10:42:09 +02:00
Timon Ringwald
3f8e334dbb panic when initializing already initialized database 2022-08-04 09:37:01 +02:00
Timon Ringwald
6d24df4153 moved to git.milar.in 2022-08-03 21:45:35 +02:00
Timon Ringwald
09c2d07e54 removed leaked password 2022-07-12 21:06:43 +02:00
Timon Ringwald
e39d4c3a13 show sql query on sql error 2022-07-12 21:05:45 +02:00
Timon Ringwald
96484eba5a removed SQL syntax error 2022-07-12 21:01:49 +02:00
Timon Ringwald
b2e2f96eb0 replaced Database constructors with init functions 2022-07-12 20:56:33 +02:00
Timon Ringwald
3eac777080 EncodeFunc and DecodeFunc replaced by ScanFunc 2022-07-12 17:56:06 +02:00
Timon Ringwald
e9402c2f4e EncodeFunc and DecodeFunc as aliases 2022-07-12 16:32:02 +02:00
Timon Ringwald
cfeb6940fb fixed errors 2022-07-11 13:28:07 +02:00
Timon Ringwald
a1e118f200 removed error return value from constructor 2022-07-11 13:05:16 +02:00
Timon Ringwald
a39f467b93 QueryOne implemented
Query renamed to QueryMany
Default Decoders refactored
2022-07-11 13:00:36 +02:00
Timon Ringwald
de1a975799 parse times from db into time.Time 2022-07-11 12:30:32 +02:00
Timon Ringwald
4346466345 panic on init error 2022-07-09 23:55:22 +02:00
Timon Ringwald
5f85c26d4a added default decoders 2022-07-08 22:54:33 +02:00
Timon Ringwald
b4c0849e29 renamed ExecFunc to EncodeFunc and ScanFunc to DecodeFunc 2022-07-08 22:25:05 +02:00
Timon Ringwald
26975dc3a1 implemented new constructors for DB 2022-07-08 22:09:53 +02:00
Timon Ringwald
2662378374 fixed not implemented function in old version 2022-07-05 12:45:08 +02:00
Timon Ringwald
9f29102098 old version in separate folder 2022-07-05 12:44:25 +02:00
Timon Ringwald
d6e73f69c0 rewrite 2022-07-05 12:38:39 +02:00
Timon Ringwald
72dcc0b22d Update check_table_integrity.go, check_table_integrity_test.go, create_table.go, create_table_test.go, insert.go, insert_test.go, object_structure.go, store.go, table_structure.go, types.go 2021-12-11 16:35:24 +00:00
Timon Ringwald
549fedf45e Initial commit 2021-12-11 16:32:11 +00:00