0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/include/sqlpp11
2013-11-07 13:36:54 +01:00
..
detail Added function tests and fixed a few return types 2013-11-07 13:36:54 +01:00
alias.h Replaced tag_yes and tag_no by std::true_type and std::false_type 2013-09-29 09:02:51 +02:00
any.h Started to use flags to indicate database traits 2013-11-01 12:23:50 +01:00
assignment_list.h Added dynamic functions to insert, remove and update 2013-09-30 07:46:50 +02:00
avg.h Added tests for integral and floating point 2013-11-07 12:23:49 +01:00
boolean.h Replaced tag_yes and tag_no by std::true_type and std::false_type 2013-09-29 09:02:51 +02: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 Replaced numeric by integral and floating_point 2013-11-07 11:31:42 +01:00
exception.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
exists.h Added more checks for database traits 2013-11-01 15:25:52 +01:00
expression_fwd.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
expression.h Re-wrote in()/not_in() to use a specific template and removed the generic nary member function template 2013-10-02 10:55:36 +02:00
field.h Stripped a lot of superfluouos type information from result rows. 2013-09-13 09:18:15 +02:00
floating_point.h Replaced numeric by integral and floating_point 2013-11-07 11:31:42 +01:00
from.h Added dynamic functions to insert, remove and update 2013-09-30 07:46:50 +02:00
functions.h Rewrote macro generated function code to handwritten code 2013-09-19 17:07:14 +02:00
group_by.h Added more checks for database traits 2013-11-01 15:25:52 +01:00
having.h Added more checks for database traits 2013-11-01 15:25:52 +01:00
in.h Added function tests and fixed a few return types 2013-11-07 13:36:54 +01:00
insert_list.h Added dynamic functions to insert, remove and update 2013-09-30 07:46:50 +02:00
insert.h Dynamic methods of select, insert and co return *this now. 2013-10-03 20:53:55 +02:00
integral.h Added tests for integral and floating point 2013-11-07 12:23:49 +01:00
join.h Started to use flags to indicate database traits 2013-11-01 12:23:50 +01:00
like.h Added function tests and fixed a few return types 2013-11-07 13:36:54 +01:00
limit.h Added more checks for database traits 2013-11-01 15:25:52 +01:00
max.h Added more checks for database traits 2013-11-01 15:25:52 +01:00
min.h Added more checks for database traits 2013-11-01 15:25:52 +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 Replaced tag_yes and tag_no by std::true_type and std::false_type 2013-09-29 09:02:51 +02:00
on.h Reworked join syntax 2013-10-05 17:35:40 +02:00
order_by.h Added more checks for database traits 2013-11-01 15:25:52 +01:00
raw_result_row.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
remove.h Dynamic methods of select, insert and co return *this now. 2013-10-03 20:53:55 +02:00
result_row.h Reduced resource requirements for non-dynamic selects 2013-10-31 09:43:10 +01:00
result.h Reduced resource requirements for non-dynamic selects 2013-10-31 09:43:10 +01:00
select_expression_list.h Reduced resource requirements for non-dynamic selects 2013-10-31 09:43:10 +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 Added support for dynamic columns to select_expression_list 2013-10-09 10:36:38 +02:00
select_pseudo_table.h Added more checks for database traits 2013-11-01 15:25:52 +01:00
select.h Reduced resource requirements for non-dynamic selects 2013-10-31 09:43:10 +01:00
some.h Started to use flags to indicate database traits 2013-11-01 12:23:50 +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 Added function tests and fixed a few return types 2013-11-07 13:36:54 +01:00
table_base.h Reworked join syntax 2013-10-05 17:35:40 +02:00
text.h Added function tests and fixed a few return types 2013-11-07 13:36:54 +01:00
transaction.h Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
type_traits.h Added tests for integral and floating point 2013-11-07 12:23:49 +01:00
update.h Dynamic methods of select, insert and co return *this now. 2013-10-03 20:53:55 +02:00
using.h Added dynamic functions to insert, remove and update 2013-09-30 07:46:50 +02:00
where.h Replaced tag_yes and tag_no by std::true_type and std::false_type 2013-09-29 09:02:51 +02:00