.. |
detail
|
interpret works for where()
|
2014-01-12 16:01:38 +01:00 |
alias.h
|
Can now prepare a select (tested with mysql)
|
2013-12-28 22:52:54 +01:00 |
any.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
assignment_list.h
|
Added prepared statement support to insert, update and remove (untested yet)
|
2014-01-08 22:14:16 +01:00 |
avg.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
boolean.h
|
Test with boolean and text parameters in prepared query compiles and runs
|
2014-01-04 19:32:18 +01:00 |
char_result_row.h
|
prepared to detemplatify connector results
|
2014-01-02 20:20:58 +01:00 |
column_fwd.h
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
column_types.h
|
Replaced numeric by integral and floating_point
|
2013-11-07 11:31:42 +01:00 |
column.h
|
Removed superfluous template parameter from interpreter
|
2014-01-12 10:13:15 +01:00 |
concat.h
|
Removed superfluous template parameter from interpreter
|
2014-01-12 10:13:15 +01:00 |
connection.h
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
count.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
exception.h
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
exists.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
expression_fwd.h
|
Continued to implement standard serializing interpreters
|
2014-01-11 21:51:57 +01:00 |
expression.h
|
interpret works for where()
|
2014-01-12 16:01:38 +01:00 |
field.h
|
Stripped a lot of superfluouos type information from result rows.
|
2013-09-13 09:18:15 +02:00 |
floating_point.h
|
Added missing validate methods
|
2014-01-04 10:20:58 +01:00 |
from.h
|
interpreter for from()
|
2014-01-12 15:45:50 +01:00 |
functions.h
|
Can extract parameters from expression
|
2013-11-22 09:42:28 +01:00 |
group_by.h
|
interpret works for group_by(), having() und .like()
|
2014-01-12 16:19:09 +01:00 |
having.h
|
interpret works for group_by(), having() und .like()
|
2014-01-12 16:19:09 +01:00 |
in.h
|
Continued to implement standard serializing interpreters
|
2014-01-11 21:51:57 +01:00 |
insert_list.h
|
Started to add prepared statement support for insert, update and remove
|
2014-01-08 21:31:29 +01:00 |
insert.h
|
Prepared insert/update/delete now work with the mysql connector
|
2014-01-09 22:33:23 +01:00 |
integral.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
interpret_tuple.h
|
Removed superfluous template parameter from interpreter
|
2014-01-12 10:13:15 +01:00 |
interpreter.h
|
interpreter for from()
|
2014-01-12 15:45:50 +01:00 |
is_null.h
|
Remove clang warning for in() and is_null()
|
2013-11-15 10:01:45 +01:00 |
join.h
|
Streamlined usage of dynamic and non-dynamic method versions
|
2013-11-16 18:36:05 +01:00 |
like.h
|
Cleaned up a hack in like()
|
2014-01-12 16:26:47 +01:00 |
limit.h
|
Accepting parameters in other parts of select now
|
2014-01-08 08:02:17 +01:00 |
max.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
min.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
multi_column.h
|
Replaced tag_yes and tag_no by std::true_type and std::false_type
|
2013-09-29 09:02:51 +02:00 |
no_value.h
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
noop_fwd.h
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
noop.h
|
Added interpreter to select, select_flag_list, select_expression_list
|
2014-01-12 12:22:15 +01:00 |
offset.h
|
Accepting parameters in other parts of select now
|
2014-01-08 08:02:17 +01:00 |
on.h
|
Streamlined usage of dynamic and non-dynamic method versions
|
2013-11-16 18:36:05 +01:00 |
order_by.h
|
Accepting parameters in other parts of select now
|
2014-01-08 08:02:17 +01:00 |
parameter_list.h
|
Implemented parameter index determination
|
2014-01-05 19:25:52 +01:00 |
parameter.h
|
Implemented parameter index determination
|
2014-01-05 19:25:52 +01:00 |
prepared_insert.h
|
Started to add prepared statement support for insert, update and remove
|
2014-01-08 21:31:29 +01:00 |
prepared_remove.h
|
Added prepared statement support to insert, update and remove (untested yet)
|
2014-01-08 22:14:16 +01:00 |
prepared_select.h
|
Started to add prepared statement support for insert, update and remove
|
2014-01-08 21:31:29 +01:00 |
prepared_update.h
|
Added prepared statement support to insert, update and remove (untested yet)
|
2014-01-08 22:14:16 +01:00 |
remove.h
|
Prepared insert/update/delete now work with the mysql connector
|
2014-01-09 22:33:23 +01:00 |
result_row.h
|
Small fix for dynamic results and a hint for positional parameters
|
2014-01-04 18:26:11 +01:00 |
result.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
select_expression_list.h
|
interpreter for from()
|
2014-01-12 15:45:50 +01:00 |
select_flag_list.h
|
Added interpreter to select, select_flag_list, select_expression_list
|
2014-01-12 12:22:15 +01:00 |
select_fwd.h
|
Accepting parameters in other parts of select now
|
2014-01-08 08:02:17 +01:00 |
select_pseudo_table.h
|
interpreter for from()
|
2014-01-12 15:45:50 +01:00 |
select.h
|
Added interpreter to select, select_flag_list, select_expression_list
|
2014-01-12 12:22:15 +01:00 |
some.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
sort_order.h
|
Replaced tag_yes and tag_no by std::true_type and std::false_type
|
2013-09-29 09:02:51 +02:00 |
sqlpp11.h
|
Added convenience include file
|
2013-09-05 23:56:33 +02:00 |
sum.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
table.h
|
interpreter for from()
|
2014-01-12 15:45:50 +01:00 |
text.h
|
Cleaned up a hack in like()
|
2014-01-12 16:26:47 +01:00 |
transaction.h
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
type_traits.h
|
Started to switch from member serialize -> non-member interpret
|
2014-01-11 00:11:47 +01:00 |
update.h
|
Prepared insert/update/delete now work with the mysql connector
|
2014-01-09 22:33:23 +01:00 |
using.h
|
Added prepared statement support to insert, update and remove (untested yet)
|
2014-01-08 22:14:16 +01:00 |
verbatim_table.h
|
Added verbatim table
|
2013-11-16 23:19:37 +01:00 |
where.h
|
interpret works for where()
|
2014-01-12 16:01:38 +01:00 |