rbock
|
a915f36b46
|
Minor fixes
|
2015-05-01 18:19:00 +02:00 |
|
rbock
|
cdf86695d1
|
Fixed a bunch of shadowing warnings issued by g++
A bit over the top in some places, I think
|
2015-03-21 11:41:07 +01:00 |
|
rbock
|
21621f81c8
|
Added -Wshadow and un-inlined namespace alias
Not sure if inlining alias was a good idea to begin with...
|
2015-03-08 20:19:01 +01:00 |
|
rbock
|
cc829a8704
|
Replaced parameter tuple with paramter type vector
|
2015-02-17 21:39:54 +01:00 |
|
rbock
|
97de6fad7f
|
Adjusted license dates
|
2015-02-15 19:00:21 +01:00 |
|
rbock
|
2c23769cdf
|
Moved operator and parameter templates out of value classes, added member template
These templates are nicer when used.
|
2014-08-25 08:43:42 +02:00 |
|
rbock
|
1d98fb0198
|
Added tvin arguments for parameters
|
2014-08-12 22:00:59 +02:00 |
|
rbock
|
27649b3af2
|
Added support for default values and result fields for insert
|
2014-08-11 19:17:42 +02:00 |
|
rbock
|
f113b83740
|
Fixed most of the compiler warnings about unused variables in test programs
|
2014-06-28 20:21:43 +02: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
|
3d26f9a686
|
Re-animated prepared statements
|
2014-06-14 17:44:22 +02:00 |
|
rbock
|
bef4d0874b
|
Updates copyright year
|
2014-03-27 16:43:36 +01:00 |
|
rbock
|
67f1b09acb
|
Added prepare_select to MockDb.
|
2014-02-21 09:43:23 +01:00 |
|
rbock
|
8c8b95d14e
|
Added template parameter Db to result_entry
|
2014-02-21 07:24:07 +01:00 |
|
rbock
|
ec2a8587d4
|
Added python code generator as an example
|
2014-01-28 20:53:22 +01:00 |
|
rbock
|
24b44fae65
|
Re-animated all tests
|
2014-01-18 20:58:51 +01:00 |
|
Roland Bock
|
51e0db883f
|
Added static assert to prevent automatic rivial->null conversion to happen in where/having
|
2014-01-05 13:29:08 +01:00 |
|
Roland Bock
|
1360b1d9db
|
Turned value_type::parameter_t into a non-template
|
2014-01-02 13:11:19 +01:00 |
|
Roland Bock
|
b031bda5fc
|
Can now prepare a select (tested with mysql)
|
2013-12-28 22:52:54 +01:00 |
|
Roland Bock
|
b4baf38fab
|
Parameters of prepared statements can be null now
|
2013-12-26 19:05:05 +01:00 |
|
Roland Bock
|
9597c3712c
|
Moved result construction more towards connector.
This will make it easier to handle different formats
|
2013-12-15 13:02:41 +01:00 |
|
Roland Bock
|
221e20918b
|
select now collects parameters from Where and Having
|
2013-11-26 23:45:31 +01:00 |
|
Roland Bock
|
8f99a03359
|
Can extract parameters from expression
|
2013-11-22 09:42:28 +01:00 |
|