Commit Graph

17 Commits

Author SHA1 Message Date
rbock 306ce63f2f Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
rbock ac765993aa Use clang-format to streamline include guards 2017-09-10 14:55:11 +02:00
rbock b41f1add8c Made no_value to a more complete value type
This allows to select NULL via a case statement (seems to make more
sense than disallowing it).
2015-12-23 16:01:45 +01:00
rbock 09f23cea0a Reformatted using clang-format
Please use clang-format before submitting code, e.g via the pre-commit
supplied in the repo (thanks AndiDog)
2015-09-13 21:33:19 +02:00
Reto Schneider 5756b2355f Remove trailing spaces. 2015-08-05 14:43:21 +02:00
rbock 1e9910b12f Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
rbock 436ef67072 Replaced recursive traits with local traits which are evaluated recursively
Ok, that sounds weird...

Earlier, each node in the SQL tree had a struct containing all recursive
traits. This is now gone. It only contains a reference to all sub nodes
and its own specific traits.
2015-02-17 07:05:41 +01:00
rbock 97de6fad7f Adjusted license dates 2015-02-15 19:00:21 +01:00
rbock 809d42e4a1 Introduced check for serializability 2014-11-25 17:43:55 +01:00
rbock 3f5c48bfd5 Fixed run_check and prepared_check for custom query and prepared statemtents 2014-11-17 19:20:55 +01:00
rbock 1d82cf7f09 Fixed a bunch of bugs that came up when integrating with mySQL again.
Thanks Matthijs!
2014-06-20 16:53:52 +02:00
rbock 269f2e7e17 Fixed indentations 2014-06-14 07:45:10 +02:00
rbock bef4d0874b Updates copyright year 2014-03-27 16:43:36 +01:00
rbock b90eb7192a Renamed run and prepare methods to _run and _prepare
_methods are to be used by vendors
2014-01-29 13:11:11 +01:00
rbock 4869758e35 Renamed query -> statement 2014-01-26 22:39:44 +01:00
rbock 121f56549b Added prepared statement support to insert, update and remove (untested yet) 2014-01-08 22:14:16 +01:00
rbock 3f519d6fce Started to add prepared statement support for insert, update and remove 2014-01-08 21:31:29 +01:00