VaclavT
|
c73e082cfd
|
#ifdef NDEBUG -> repl() else debug()
|
2021-09-20 18:17:01 +02:00 |
VaclavT
|
dc06e6aa46
|
remove non essential files
|
2021-09-20 18:14:56 +02:00 |
VaclavT
|
ccd759a8b9
|
min,max function better data type
|
2021-09-16 23:43:42 +02:00 |
VaclavT
|
3abc9184e1
|
initial support for aggregate functions
|
2021-09-11 11:32:05 +02:00 |
VaclavT
|
61f3af90af
|
initial support for is null and is not null
will nedd some work, but just for now
|
2021-09-08 18:34:11 +02:00 |
VaclavT
|
0db976f471
|
better support for booleans
|
2021-09-07 23:50:34 +02:00 |
VaclavT
|
427a3a9f04
|
wip
|
2021-09-02 21:36:26 +02:00 |
VaclavT
|
a1b3b0140f
|
date printed with time now
|
2021-08-31 18:58:46 +02:00 |
VaclavT
|
412e2fd455
|
faster double and date parsing
|
2021-08-31 18:56:57 +02:00 |
VaclavT
|
4e54c6d134
|
more strict parsing
|
2021-08-31 18:53:49 +02:00 |
VaclavT
|
be89b55b17
|
faster csv loading
|
2021-08-23 18:18:03 +02:00 |
VaclavT
|
a454e215eb
|
rename variable
|
2021-08-17 23:54:38 +02:00 |
VaclavT
|
0a0e4af8b3
|
use unique_ptr<string> in ColStringValue to save space in variant
|
2021-08-17 17:20:10 +02:00 |
VaclavT
|
7685d0bb37
|
using std::variant instead of pointer
|
2021-08-17 14:34:28 +02:00 |
VaclavT
|
f25b6cd4c8
|
pp function
|
2021-08-17 10:32:09 +02:00 |
VaclavT
|
273ab66da9
|
constant introduced
|
2021-08-16 14:53:23 +02:00 |
VaclavT
|
3a55007c5b
|
Revert "pp function"
This reverts commit a344f5b62f.
|
2021-08-16 14:45:06 +02:00 |
VaclavT
|
a344f5b62f
|
pp function
|
2021-08-16 13:55:51 +02:00 |
VaclavT
|
b03462da6a
|
small refactorings
|
2021-08-15 13:24:16 +02:00 |
VaclavT
|
b37b0b55ff
|
Row::ith_column() method removed
|
2021-08-15 11:52:00 +02:00 |
VaclavT
|
869e5881df
|
not equal works now
|
2021-08-15 11:51:06 +02:00 |
VaclavT
|
8d5eea45a3
|
double string representation is a bit shorter
|
2021-08-15 11:16:06 +02:00 |
VaclavT
|
2f6159767d
|
handle comparation on dates
|
2021-08-14 20:01:34 +02:00 |
VaclavT
|
fb5098cf1d
|
slightly better print, column alias supported
|
2021-08-14 20:01:15 +02:00 |
VaclavT
|
5201f32023
|
decide correct column type
|
2021-08-14 17:30:40 +02:00 |
VaclavT
|
efb4ee1648
|
typos fixed
|
2021-08-14 17:30:24 +02:00 |
VaclavT
|
fc0ce36e8d
|
some more TODOs resolved
|
2021-08-14 15:07:41 +02:00 |
VaclavT
|
0f586aab8a
|
do not use std::move in return
|
2021-08-14 13:01:28 +02:00 |
VaclavT
|
e7252e856a
|
fix parsing bug
|
2021-08-14 13:00:46 +02:00 |
VaclavT
|
4665705c3d
|
some TODOs removed..
|
2021-08-14 11:33:02 +02:00 |
VaclavT
|
6921421a65
|
ColNameNode removed, a bit more powerfull inserts etc
BEWARE insert into t (i) values(1+1) WILL FAIL - it is not "1" "+" "1" but "1" "+1"
|
2021-08-13 17:16:06 +02:00 |
VaclavT
|
ee0cbf64ff
|
support for functions in where clause
|
2021-08-13 15:54:14 +02:00 |
VaclavT
|
e53d062ff5
|
code changes in load
|
2021-08-13 10:24:17 +02:00 |
VaclavT
|
cd92e27270
|
insert rows as you go through csv
|
2021-08-11 23:40:18 +02:00 |
VaclavT
|
710531c455
|
work on settings (set and show), perf improvement when adding row into table
|
2021-08-09 20:38:43 +02:00 |
VaclavT
|
474b789d12
|
print column size fix
|
2021-08-09 09:32:29 +02:00 |
VaclavT
|
19585dda8c
|
select * added
|
2021-08-08 01:29:10 +02:00 |
VaclavT
|
15a065c2aa
|
date and boolean data types added
|
2021-08-06 22:46:48 +02:00 |
VaclavT
|
4b95be1e31
|
some code experiments
|
2021-08-04 23:10:13 +02:00 |
VaclavT
|
805ea58bd9
|
begining of usql command line tool
|
2021-08-04 23:09:45 +02:00 |
VaclavT
|
50a7993a2e
|
simple distinct added
|
2021-08-01 14:31:19 +02:00 |
VaclavT
|
4a344d0e77
|
order by refactoring
|
2021-08-01 11:30:56 +02:00 |
VaclavT
|
70c036f08c
|
better table print, order by/offset/limit improvements
|
2021-08-01 10:40:47 +02:00 |
VaclavT
|
34e432d031
|
work on order by began
|
2021-07-28 22:35:12 +02:00 |
VaclavT
|
7d91319f0b
|
drop table added
|
2021-07-27 19:29:04 +02:00 |
VaclavT
|
6d4fe43a3b
|
fixes and improvements
exceptions related code needs work
|
2021-07-26 17:50:16 +02:00 |
VaclavT
|
977a9cd198
|
small code deduplication
|
2021-07-22 19:47:18 +02:00 |
VaclavT
|
fc5fd32976
|
some renamings
|
2021-07-22 18:32:00 +02:00 |
VaclavT
|
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 |
VaclavT
|
9afbe6435e
|
create table as
|
2021-07-18 21:49:13 +02:00 |