• Joined on 2023-03-28
sascha pushed to main at sascha/query 2023-12-11 20:19:02 +01:00
2893f749b6 updated README.md
sascha pushed to main at sascha/query 2023-12-11 20:16:47 +01:00
56c65203fc updated README.md
sascha pushed to main at sascha/query 2023-12-11 20:07:12 +01:00
81f22d73d9 removed sql statement from execute result
sascha pushed to main at sascha/query 2023-12-11 17:20:46 +01:00
1c92e07173 added data binding traits
sascha pushed to main at sascha/query 2023-12-10 22:40:06 +01:00
8ad13076c8 implemented specialization of data types via type traits and handling of embedded non-trivial types
sascha pushed to main at sascha/query 2023-12-09 11:08:12 +01:00
da423ea8bb implemented prepared statement for postgres and sqlite
sascha pushed to main at sascha/query 2023-11-27 20:24:48 +01:00
8ba70cc79e fixed a bug when acquiring a connection with a specific id
sascha pushed to main at sascha/query 2023-11-27 17:38:26 +01:00
5326102801 enhanced connection pool to acquire connection by specific id
sascha pushed to main at sascha/query 2023-11-27 17:26:19 +01:00
93b868aaaf enhanced connection pool of unique id for each connection
6a4111ba3d moved redundant read value code into query_result_reader
Compare 2 commits »
sascha pushed to main at sascha/query 2023-11-26 22:18:03 +01:00
f3c502a2ce added describe table and table exists to session
sascha pushed to main at sascha/query 2023-11-26 20:12:17 +01:00
a436af5293 implemented postgres table exists
sascha pushed to main at sascha/query 2023-11-26 20:09:52 +01:00
640dcfadb6 finished postgres fetch
sascha pushed to main at sascha/query 2023-11-25 12:33:56 +01:00
825e530a8d added postgres backend
sascha pushed to main at sascha/query 2023-11-24 17:41:02 +01:00
c2a96f4cbd renamed foreign class to entity, introduced interface class query_result_reader
sascha pushed to main at sascha/query 2023-11-23 22:23:52 +01:00
700cbc0652 added read typed entity with foreign key
sascha pushed to main at sascha/query 2023-11-23 18:04:07 +01:00
72bc6db6b3 added logger
sascha pushed to main at sascha/query 2023-11-22 23:00:21 +01:00
1dbe4e6096 adjust types in requested columns
376beded43 added type setter to column
Compare 2 commits »
sascha pushed to main at sascha/query 2023-11-22 22:22:57 +01:00
44adc81ce1 fixed column incrementation
1efc2bdc96 renamed all tests
Compare 2 commits »
sascha pushed to main at sascha/query 2023-11-22 19:57:30 +01:00
72f9d28d0d added sql function and alias
sascha pushed to main at sascha/query 2023-11-21 20:07:12 +01:00
145c4dc0a3 added any type visitor and converter