Commit Graph

31 Commits

Author SHA1 Message Date
vaclavt
51d888c680 slowly getting ready for parallel processing 2022-01-11 23:35:22 +01:00
f95080606c refactorings 2022-01-02 17:52:32 +01:00
04c0ed3f03 some TODO items squezed 2021-12-19 12:07:26 +01:00
eebb270f47 a bit of refactoring 2021-12-18 14:52:33 +01:00
c9c4f0fba3 some methods marked const 2021-12-18 12:21:34 +01:00
40fa78dd2a index refactoring 2021-12-18 11:42:02 +01:00
7a6a9e209a do not use template for index 2021-12-18 11:10:18 +01:00
7e8d750f63 some code refactoring 2021-12-18 11:03:12 +01:00
7ae4ef53f9 indexes WIP 2021-12-13 22:08:27 +01:00
411f0fd48c indexes WIP 2021-11-22 15:05:25 +01:00
412e2fd455 faster double and date parsing 2021-08-31 18:56:57 +02:00
0a0e4af8b3 use unique_ptr<string> in ColStringValue to save space in variant 2021-08-17 17:20:10 +02:00
b37b0b55ff Row::ith_column() method removed 2021-08-15 11:52:00 +02:00
fb5098cf1d slightly better print, column alias supported 2021-08-14 20:01:15 +02:00
efb4ee1648 typos fixed 2021-08-14 17:30:24 +02:00
fc0ce36e8d some more TODOs resolved 2021-08-14 15:07:41 +02:00
4665705c3d some TODOs removed.. 2021-08-14 11:33:02 +02:00
e53d062ff5 code changes in load 2021-08-13 10:24:17 +02:00
710531c455 work on settings (set and show), perf improvement when adding row into table 2021-08-09 20:38:43 +02:00
474b789d12 print column size fix 2021-08-09 09:32:29 +02:00
15a065c2aa date and boolean data types added 2021-08-06 22:46:48 +02:00
70c036f08c better table print, order by/offset/limit improvements 2021-08-01 10:40:47 +02:00
34e432d031 work on order by began 2021-07-28 22:35:12 +02:00
7d91319f0b drop table added 2021-07-27 19:29:04 +02:00
6d4fe43a3b fixes and improvements
exceptions related code needs work
2021-07-26 17:50:16 +02:00
fc5fd32976 some renamings 2021-07-22 18:32:00 +02:00
dec99b823a int is long, select column can be function, some fixes..
just to get it work.. needs improvement
2021-07-19 19:44:46 +02:00
9afbe6435e create table as 2021-07-18 21:49:13 +02:00
5e4480c767 changes here and there 2021-07-12 18:45:51 +02:00
b4711985b3 another ugly basic implementation 2021-07-04 15:26:06 +02:00
b55115f7c3 a bit of further work 2021-07-01 08:53:51 +02:00