.. |
detail
|
Unified interface for where and dynamic_where.
|
2013-11-16 09:37: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
|
Use serializable_list in update and insert
|
2013-11-15 09:59:44 +01:00 |
avg.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
boolean.h
|
Changed data type for boolean to signed char (seems to be more common for binary bindings)
|
2014-01-04 18:21:48 +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
|
Fixed ambiguous assignment operator
|
2013-10-02 07:32:28 +02:00 |
concat.h
|
Started to use flags to indicate database traits
|
2013-11-01 12:23:50 +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
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
expression.h
|
Turned value_type::parameter_t into a non-template
|
2014-01-02 13:11:19 +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
|
Can now prepare a select (tested with mysql)
|
2013-12-28 22:52:54 +01:00 |
functions.h
|
Can extract parameters from expression
|
2013-11-22 09:42:28 +01:00 |
group_by.h
|
Streamlined usage of dynamic and non-dynamic method versions
|
2013-11-16 18:36:05 +01:00 |
having.h
|
Turned value_type::parameter_t into a non-template
|
2014-01-02 13:11:19 +01:00 |
in.h
|
Remove clang warning for in() and is_null()
|
2013-11-15 10:01:45 +01:00 |
insert_list.h
|
Use serializable_list in update and insert
|
2013-11-15 09:59:44 +01:00 |
insert.h
|
Fixed stupid bug in insert.
|
2013-11-10 15:29:20 +01:00 |
integral.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +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
|
Turned value_type::parameter_t into a non-template
|
2014-01-02 13:11:19 +01:00 |
limit.h
|
Allow non-zero start values for dynamic limit and offset
|
2013-11-18 07:32:09 +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
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
offset.h
|
Allow non-zero start values for dynamic limit and offset
|
2013-11-18 07:32:09 +01:00 |
on.h
|
Streamlined usage of dynamic and non-dynamic method versions
|
2013-11-16 18:36:05 +01:00 |
order_by.h
|
Streamlined usage of dynamic and non-dynamic method versions
|
2013-11-16 18:36:05 +01:00 |
parameter_list.h
|
Turned value_type::parameter_t into a non-template
|
2014-01-02 13:11:19 +01:00 |
parameter.h
|
Turned value_type::parameter_t into a non-template
|
2014-01-02 13:11:19 +01:00 |
prepared_select.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +01:00 |
remove.h
|
Streamlined usage of dynamic and non-dynamic method versions
|
2013-11-16 18:36:05 +01:00 |
result_row.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +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
|
Unified interface for where and dynamic_where.
|
2013-11-16 09:37:38 +01:00 |
select_flag_list.h
|
Replaced tag_yes and tag_no by std::true_type and std::false_type
|
2013-09-29 09:02:51 +02:00 |
select_fwd.h
|
Streamlined usage of dynamic and non-dynamic method versions
|
2013-11-16 18:36:05 +01:00 |
select_pseudo_table.h
|
Added more checks for database traits
|
2013-11-01 15:25:52 +01:00 |
select.h
|
Successfully running the first prepared select statement including result evaluation
|
2014-01-03 14:27:06 +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_base.h
|
Reworked join syntax
|
2013-10-05 17:35:40 +02:00 |
text.h
|
Added missing validate methods
|
2014-01-04 10:20:58 +01:00 |
transaction.h
|
Cleaned up directory structure.
|
2013-08-14 06:34:11 +02:00 |
type_traits.h
|
Turned value_type::parameter_t into a non-template
|
2014-01-02 13:11:19 +01:00 |
update.h
|
Unified interface for where and dynamic_where.
|
2013-11-16 09:37:38 +01:00 |
using.h
|
Streamlined usage of dynamic and non-dynamic method versions
|
2013-11-16 18:36:05 +01:00 |
verbatim_table.h
|
Added verbatim table
|
2013-11-16 23:19:37 +01:00 |
where.h
|
Turned value_type::parameter_t into a non-template
|
2014-01-02 13:11:19 +01:00 |