Commit Graph

29 Commits

Author SHA1 Message Date
Pedro 71f9252019 removed List class wrapper and use simply std::vector throughout 2015-01-06 19:47:59 +01:00
Pedro fed174a892 improved prepared statements 2015-01-06 15:29:18 +01:00
Pedro 3c98fe1bae added having 2014-12-18 12:11:26 +01:00
Pedro 21503300ca added parsing of prepare and execute statement 2014-12-15 16:43:32 +01:00
Pedro adcdc490dd restructured and refactored statements 2014-12-03 17:43:02 +01:00
Pedro 4e9eebb2af implemented drop statements 2014-12-03 16:53:49 +01:00
Pedro 48b473e7c5 refactored test framework 2014-12-03 16:32:56 +01:00
Pedro 03fe3a69e2 added update statement support 2014-12-02 01:27:02 +01:00
Pedro 2f76183586 implemented create with column def 2014-11-26 18:20:10 +01:00
Pedro 382522db76 improved testing 2014-11-26 17:45:59 +01:00
Pedro 49d3b8c14f added test-framework 2014-11-26 16:20:55 +01:00
Pedro e24a2ae88d major improvements to expr-structure 2014-10-24 16:10:38 +02:00
Pedro 67d2ad9336 tests fix 2014-10-24 13:49:49 +02:00
Pedro 3c520b7aa4 minor changes. and extended token list 2014-10-23 11:41:44 +02:00
Pedro e886ae1644 added special expression type for star selector 2014-10-22 17:46:52 +02:00
Pedro 8e968ffb41 switched to structs insetead of classes 2014-10-22 17:42:05 +02:00
Pedro 1357458094 minor changes 2014-10-22 17:20:50 +02:00
Pedro 200402bab2 now supporting * in select list 2014-10-22 17:18:43 +02:00
Pedro 5dfcce1b7d added benchmarking method to tests 2014-10-22 16:48:02 +02:00
Pedro e71b76dc71 added a prefix for the tokens 2014-10-22 16:30:45 +02:00
Pedro d2baa4a3c0 now using tokens to describe predicate type instead of string 2014-10-22 16:01:25 +02:00
Pedro 6876de5ca8 naming changes 2014-10-20 22:33:36 +02:00
Pedro caaa010160 autoformat 2014-10-20 22:24:06 +02:00
Pedro 75a4bed720 added multithreading test 2014-10-17 16:25:55 +02:00
Pedro b97ae3545f moved bison related files into subdirectory bison 2014-10-16 15:54:51 +02:00
Pedro 97465b12e2 implemented where clause into parser 2014-10-08 19:46:25 -07:00
Pedro d6598d6cf6 refactored Expr to be struct and have a type 2014-10-08 19:26:38 -07:00
Pedro 592d427f7a refactored grammar. now includes where clause 2014-10-08 17:55:07 -07:00
Pedro 6ea2c0e318 commit of current state 2014-10-08 16:30:22 -07:00