0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/include/sqlpp11
2016-10-11 16:09:49 +02:00
..
aggregate_functions Fixed outer-tables for joins, added tests 2016-03-20 09:13:49 +01:00
data_types Merge branch 'Erroneous1-feature/extra_data_types' into develop 2016-06-10 06:52:23 +02:00
detail Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop 2015-12-27 19:57:42 +01:00
ppgen SQLPP_PRIMARY_KEY & SQLPP_AUTO_INCREMENT is fixed 2016-03-24 12:57:08 +02:00
aggregate_functions.h Moved aggregate functions to folder, added can_be_null attributes 2015-11-01 10:10:45 +01:00
alias_operators.h Moved data types into separate folder, split boolean 2015-10-29 22:21:46 +01:00
alias_provider.h Added missing pre-generated alias 2016-10-07 12:13:58 +02:00
alias.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
all_of.h Migrated select clauses to returning wrapped asserts 2016-09-01 12:06:40 +02:00
any.h Moved data types into separate folder, split boolean 2015-10-29 22:21:46 +01:00
assignment.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
auto_alias.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
bad_expression.h Turned a few operators into free functions. 2015-11-08 15:12:40 +01:00
basic_expression_operators.h Allow dynamic sort order 2016-09-16 19:30:17 +02:00
boolean_expression.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
case.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
char_sequence.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
chrono.h Some formatting 2016-06-05 21:35:49 +02:00
column_fwd.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
column_types.h Removed warning for column_types include 2015-10-31 11:04:30 +01:00
column.h Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop 2015-12-27 19:57:42 +01:00
connection.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
consistent.h Simplified consistent_t and portable_static_assert. 2015-12-25 09:59:12 +01:00
cte.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
custom_query.h Migrated select clauses to returning wrapped asserts 2016-09-01 12:06:40 +02:00
data_types.h Merge branch 'Erroneous1-feature/time_of_day' into develop 2016-06-05 21:29:22 +02:00
default_value.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
dynamic_join.h Added table checks for dynamic_join(x).add(y) 2016-03-22 09:23:37 +01:00
dynamic_pre_join.h Added missing .unconditionally() member functions for joins 2016-09-13 21:37:53 +02:00
dynamic_select_column_list.h Fixed regressions occurring in sqlpp11-connector-mysql 2016-04-17 17:31:15 +02:00
eval.h Eliminated redundant ValueType parameter from result_field_t 2015-11-01 11:10:33 +01:00
exception.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
exists.h Moved data types into separate folder, split boolean 2015-10-29 22:21:46 +01:00
expression_fwd.h Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop 2015-12-27 19:57:42 +01:00
expression_operators.h Split day_point and time_point 2015-10-30 21:47:31 +01:00
expression_return_types.h Prevent self-comparison, added more tests, fixed some expression checks 2016-04-07 21:53:19 +02:00
expression.h Replaced != with the standard <> 2016-09-13 21:41:00 +02:00
field_spec.h Loosen union constraints a bit more 2016-10-11 16:09:49 +02:00
from.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
functions.h Simplified where() to have one argument only 2016-03-20 09:13:50 +01:00
group_by.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
having.h Improved a few assert wrapper names 2016-09-04 10:44:14 +02:00
hidden.h Fix hidden return type in custom query 2016-08-23 17:28:16 +02:00
in_fwd.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
in.h Allow in() and not_in() to have zero arguments 2015-12-19 15:15:04 +01:00
inconsistent.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
insert_value_list.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
insert_value.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
insert.h Added serializer tests for insert 2016-05-11 19:10:23 +02:00
interpret_tuple.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
interpret.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
interpretable_list.h Migrated select clauses to returning wrapped asserts 2016-09-01 12:06:40 +02:00
interpretable.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
interpreter.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
into.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
is_not_null.h Moved data types into separate folder, split boolean 2015-10-29 22:21:46 +01:00
is_null_fwd.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
is_null.h Moved data types into separate folder, split boolean 2015-10-29 22:21:46 +01:00
join_types.h Fixed outer-tables for joins, added tests 2016-03-20 09:13:49 +01:00
join.h Added "real" cross join 2016-03-20 09:13:49 +01:00
limit.h Enforce unsigned integral values for limit and offset 2016-09-06 22:34:59 +02:00
logic.h Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop 2015-12-27 19:57:42 +01:00
multi_column.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
named_interpretable.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
no_data.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
no_name.h Minor cleanup 2015-11-01 11:22:56 +01:00
noop_fwd.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
noop.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
not_in.h Allow in() and not_in() to have zero arguments 2015-12-19 15:15:04 +01:00
null.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
offset.h Enforce unsigned integral values for limit and offset 2016-09-06 22:34:59 +02:00
on.h Added several serialization tests for from() and joins 2016-03-20 09:13:49 +01:00
operand_check.h Prevent self-comparison, added more tests, fixed some expression checks 2016-04-07 21:53:19 +02:00
order_by.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
parameter_list.h Added parameter to prevent empty swallow 2016-05-12 15:01:00 +02:00
parameter.h Added missing includes 2015-12-13 17:54:01 +01:00
policy_update.h Everything compiles again. 2016-09-01 21:46:42 +02:00
portable_static_assert.h Add begin/end to portable static assert to make error messages a bit shorter 2016-09-03 12:35:40 +02:00
ppgen.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
pre_join.h Added missing .unconditionally() member functions for joins 2016-09-13 21:37:53 +02:00
prepared_execute.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
prepared_insert.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
prepared_remove.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
prepared_select.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
prepared_update.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
remove.h Removed extra_tables (use without_table_check) instead 2016-03-20 09:13:50 +01:00
result_field_base.h Eliminated bad_statement 2016-09-01 22:31:53 +02:00
result_field.h Minor cleanup 2015-11-01 11:22:56 +01:00
result_row_fwd.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
result_row.h Slightly better comparison of row types for unions. 2016-10-10 22:25:53 +02:00
result.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
rhs_wrap.h Migrated select clauses to returning wrapped asserts 2016-09-01 12:06:40 +02:00
schema_qualified_table.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
schema.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
select_column_list.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
select_flag_list.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
select_flags.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
select_pseudo_table.h Fix braces around sub-selects used as tables 2016-09-13 21:08:01 +02:00
select.h Removed extra_tables (use without_table_check) instead 2016-03-20 09:13:50 +01:00
serialize.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
serializer_context.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
serializer.h Migrated select clauses to returning wrapped asserts 2016-09-01 12:06:40 +02:00
simple_column.h Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop 2015-12-27 19:57:42 +01:00
single_table.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
some.h Moved data types into separate folder, split boolean 2015-10-29 22:21:46 +01:00
sort_order.h Allow dynamic sort order 2016-09-16 19:30:17 +02:00
sqlpp11.h Added a few serializer tests for free function select clauses 2016-04-15 18:21:22 +02:00
statement_fwd.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
statement.h Migrated select clauses to returning wrapped asserts 2016-09-01 12:06:40 +02:00
table_alias.h Fix braces around sub-selects used as tables 2016-09-13 21:08:01 +02:00
table_ref.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
table.h Added "real" cross join 2016-03-20 09:13:49 +01:00
transaction.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
tvin.h Migrated select clauses to returning wrapped asserts 2016-09-01 12:06:40 +02:00
type_traits.h Some formatting 2016-06-05 21:35:49 +02:00
unconditional.h Prevent unconditional joins, and naked bool in where() or boolean expressions 2016-03-20 09:13:49 +01:00
union_data.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
union_flags.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
union.h Loosen union constraints a bit more 2016-10-11 16:09:49 +02:00
update_list.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
update.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
using.h The previous fix wasn't. 2016-09-02 22:35:12 +02:00
value_or_null.h Moved aggregate functions to folder, added can_be_null attributes 2015-11-01 10:10:45 +01:00
value_type_fwd.h Split day_point and time_point 2015-10-30 21:47:31 +01:00
value_type.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
value.h Simplified where() to have one argument only 2016-03-20 09:13:50 +01:00
verbatim_table.h Simplified where() to have one argument only 2016-03-20 09:13:50 +01:00
verbatim.h Made no_value to a more complete value type 2015-12-23 16:01:45 +01:00
where.h Improved a few assert wrapper names 2016-09-04 10:44:14 +02:00
with.h Migrated select clauses to returning wrapped asserts 2016-09-01 12:06:40 +02:00
without_table_check.h Removed extra_tables (use without_table_check) instead 2016-03-20 09:13:50 +01:00
wrap_operand.h Split day_point and time_point 2015-10-30 21:47:31 +01:00
wrong.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00