.. |
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
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
alias.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
all_of.h
|
Streamlined portable static asserts.
|
2015-12-25 10:38:13 +01: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 |
bad_statement.h
|
Prevent unconditional joins, and naked bool in where() or boolean expressions
|
2016-03-20 09:13:49 +01:00 |
basic_expression_operators.h
|
Trailing return types in basic expression operators
|
2016-04-10 09:39:38 +02:00 |
boolean_expression.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
case.h
|
Migrated case to portable static assert and added static tests
|
2015-12-24 21:11:00 +01: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
|
Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop
|
2015-12-27 19:57:42 +01:00 |
custom_query.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +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 several serialization tests for from() and joins
|
2016-03-20 09:13:49 +01: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
|
Prevent self-comparison, added more tests, fixed some expression checks
|
2016-04-07 21:53:19 +02:00 |
field_spec.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
from.h
|
Added static_assert tests for dynamic from.add()
|
2016-03-24 19:54:16 +01:00 |
functions.h
|
Simplified where() to have one argument only
|
2016-03-20 09:13:50 +01:00 |
group_by.h
|
Added factory functions for several select sub clauses
|
2016-04-15 09:37:34 +02:00 |
having.h
|
Added more tests and fixed dynamic free clauses
|
2016-04-16 09:51:13 +02:00 |
hidden.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +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 |
insert_value_list.h
|
Some more portable static_asserts.
|
2016-06-04 09:58: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
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +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
|
Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop
|
2015-12-27 19:57:42 +01: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
|
Added factory functions for several select sub clauses
|
2016-04-15 09:37:34 +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
|
Added factory functions for several select sub clauses
|
2016-04-15 09:37:34 +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
|
Added factory functions for several select sub clauses
|
2016-04-15 09:37:34 +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
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
portable_static_assert.h
|
Streamlined portable static asserts.
|
2015-12-25 10:38:13 +01:00 |
ppgen.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
pre_join.h
|
A bit of cleanup
|
2016-04-09 21:46:31 +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
|
See what MSVC says in case of an invalid conversion
|
2015-12-28 18:24:59 +01: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
|
Fixed constructor of result_row.
|
2016-01-23 22:04:55 +01:00 |
result.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
rhs_wrap.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +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
|
Some more portable static_asserts.
|
2016-06-04 09:58:12 +02:00 |
select_flag_list.h
|
Added factory functions for several select sub clauses
|
2016-04-15 09:37:34 +02:00 |
select_flags.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
select_pseudo_table.h
|
Made no_value to a more complete value type
|
2015-12-23 16:01:45 +01: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
|
Streamlined portable static asserts.
|
2015-12-25 10:38:13 +01: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
|
Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop
|
2015-12-27 19:57:42 +01:00 |
some.h
|
Moved data types into separate folder, split boolean
|
2015-10-29 22:21:46 +01:00 |
sort_order.h
|
Moved data types into separate folder, split boolean
|
2015-10-29 22:21:46 +01: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
|
Added parameter to prevent empty swallow
|
2016-05-12 15:01:00 +02:00 |
table_alias.h
|
Added "real" cross join
|
2016-03-20 09:13:49 +01: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
|
Streamlined portable static asserts.
|
2015-12-25 10:38:13 +01: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
|
Added factory functions for several select sub clauses
|
2016-04-15 09:37:34 +02:00 |
update_list.h
|
Next attempt to pacify MSVC...
|
2016-06-18 18:54:16 +02:00 |
update.h
|
Reformatted using clang-format
|
2015-09-13 21:33:19 +02:00 |
using.h
|
Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop
|
2015-12-27 19:57:42 +01: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
|
Added a few serializer tests for free function select clauses
|
2016-04-15 18:21:22 +02:00 |
with.h
|
Merge branch 'develop' of https://github.com/isliser/sqlpp11 into isliser-develop
|
2015-12-27 19:57:42 +01: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 |