|
faac12d3b1
|
Now QueryBuilder is using my string.
|
2021-11-01 17:31:04 +01:00 |
|
|
cfb5f877c8
|
Now instead of having an escaped version of the methods that has string parmeters in QueryBuilder, they have an unescaped version, and the base version escapes. Having it like this is a lot safer.
|
2021-11-01 17:23:08 +01:00 |
|
|
6073ef90c9
|
Fix typo.
|
2021-11-01 17:00:55 +01:00 |
|
|
02c4294cda
|
Now QueryBilder, QueryResult, and TableBullder are returned wrapped into a Ref<> from the database subsystem by default.
|
2021-11-01 16:57:22 +01:00 |
|
|
f69597c723
|
Properly quote string in 2 sqlite query builder methods.
|
2021-08-22 22:32:18 +02:00 |
|
|
928475d733
|
Added more things to QueryBuilder.
|
2021-08-22 21:44:20 +02:00 |
|
|
4228448fc1
|
Added and and or to the query builder, and implemented offset and limit for the sqlite query builder.
|
2021-08-20 13:14:06 +02:00 |
|
|
af05bd037c
|
More work on the query builder.
|
2021-08-20 12:49:57 +02:00 |
|
|
5050f31ba0
|
Update sql statement for the query builder.
|
2021-08-20 12:11:27 +02:00 |
|
|
2c5293f959
|
Lost of work on the query/table builders.
|
2021-08-20 01:32:43 +02:00 |
|
|
3f308cd524
|
Added a query builder for sqlite.
|
2021-08-19 22:18:11 +02:00 |
|