0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/include/sqlpp11
2015-05-01 18:19:00 +02:00
..
detail Replaced parameter tuple with paramter type vector 2015-02-17 21:39:54 +01:00
ppgen BOOST_PP_TUPLE_POP_FRONT() added & files reorganized 2015-01-31 01:26:18 +02:00
alias_provider.h Added -Wshadow and un-inlined namespace alias 2015-03-08 20:19:01 +01:00
alias.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
all_of.h Adjusted license dates 2015-02-15 19:00:21 +01:00
any.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
assignment.h Fixed serialize check for tvin expressions 2015-03-13 21:47:41 +01:00
avg.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
bad_statement.h Adjusted license dates 2015-02-15 19:00:21 +01:00
basic_expression_operators.h Adjusted license dates 2015-02-15 19:00:21 +01:00
boolean_expression.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
boolean.h Fixed a bunch of shadowing warnings issued by g++ 2015-03-21 11:41:07 +01:00
char_sequence.h Adjusted license dates 2015-02-15 19:00:21 +01:00
column_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
column_types.h Adjusted license dates 2015-02-15 19:00:21 +01:00
column.h Added table() method for columns. 2015-03-07 09:40:06 +01:00
concat.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
connection.h Adjusted license dates 2015-02-15 19:00:21 +01:00
count.h Added missing checks for aggregate functions 2015-02-24 08:02:14 +01:00
cte.h Fixed serialization of recursive common table expressions 2015-03-04 07:43:15 +01:00
custom_query.h Replaced parameter tuple with paramter type vector 2015-02-17 21:39:54 +01:00
default_value.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
eval.h Adjusted license dates 2015-02-15 19:00:21 +01:00
exception.h Adjusted license dates 2015-02-15 19:00:21 +01:00
exists.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
expression_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
expression.h Pacify g++-5.0 (which detected ambiguities) 2015-03-22 12:27:52 +01:00
extra_tables.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
field_spec.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
floating_point.h Fixed a bunch of shadowing warnings issued by g++ 2015-03-21 11:41:07 +01:00
from.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
functions.h Fixed value_list for sets 2015-03-08 20:15:16 +01:00
group_by.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
having.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
hidden.h Adjusted license dates 2015-02-15 19:00:21 +01:00
in_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
in.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
insert_value_list.h Fixed a bunch of shadowing warnings issued by g++ 2015-03-21 11:41:07 +01:00
insert_value.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
insert.h Adjusted license dates 2015-02-15 19:00:21 +01:00
integral.h Fixed a bunch of shadowing warnings issued by g++ 2015-03-21 11:41:07 +01:00
interpret_tuple.h Adjusted license dates 2015-02-15 19:00:21 +01:00
interpret.h Adjusted license dates 2015-02-15 19:00:21 +01:00
interpretable_list.h Adjusted license dates 2015-02-15 19:00:21 +01:00
interpretable.h Adjusted license dates 2015-02-15 19:00:21 +01:00
interpreter.h Adjusted license dates 2015-02-15 19:00:21 +01:00
into.h Disallow table alias for insert 2015-05-01 18:18:08 +02:00
is_not_null.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
is_null_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
is_null.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
join.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
like.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
limit.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
logic.h Adjusted license dates 2015-02-15 19:00:21 +01:00
max.h Added missing checks for aggregate functions 2015-02-24 08:02:14 +01:00
min.h Added missing checks for aggregate functions 2015-02-24 08:02:14 +01:00
multi_column.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
named_interpretable.h Adjusted license dates 2015-02-15 19:00:21 +01:00
no_data.h Adjusted license dates 2015-02-15 19:00:21 +01:00
no_value.h Adjusted license dates 2015-02-15 19:00:21 +01:00
noop_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
noop.h Updated return types for executing custom queries 2015-03-08 21:06:30 +01:00
not_in.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
null.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
offset.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
on.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
order_by.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
parameter_list.h Replaced parameter tuple with paramter type vector 2015-02-17 21:39:54 +01:00
parameter.h Replaced parameter tuple with paramter type vector 2015-02-17 21:39:54 +01:00
policy_update.h Adjusted license dates 2015-02-15 19:00:21 +01:00
ppgen.h fix for previous commit 2015-01-31 01:36:39 +02:00
prepared_execute.h Updated return types for executing custom queries 2015-03-08 21:06:30 +01:00
prepared_insert.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
prepared_remove.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
prepared_select.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
prepared_update.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
remove.h Adjusted license dates 2015-02-15 19:00:21 +01:00
result_field_methods.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
result_field.h Adjusted license dates 2015-02-15 19:00:21 +01:00
result_row_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
result_row.h Fixed a bunch of shadowing warnings issued by g++ 2015-03-21 11:41:07 +01:00
result.h Adjusted license dates 2015-02-15 19:00:21 +01:00
rhs_wrap.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
schema_qualified_table.h Added schema qualified tables` 2015-04-30 21:32:50 +02:00
schema.h Minor fixes 2015-05-01 18:19:00 +02:00
select_column_list.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
select_flag_list.h Fixed a bunch of shadowing warnings issued by g++ 2015-03-21 11:41:07 +01:00
select_flags.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
select_pseudo_table.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
select.h Adjusted license dates 2015-02-15 19:00:21 +01:00
serialize.h Adjusted license dates 2015-02-15 19:00:21 +01:00
serializer_context.h Adjusted license dates 2015-02-15 19:00:21 +01:00
serializer.h Adjusted license dates 2015-02-15 19:00:21 +01:00
simple_column.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
single_table.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
some.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
sort_order.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
sqlpp11.h Added schema qualified tables` 2015-04-30 21:32:50 +02:00
statement_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
statement.h Cleaned up requirements for sub-selects as tables 2015-02-17 22:14:05 +01:00
sum.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
table_alias.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
table_ref.h Adjusted license dates 2015-02-15 19:00:21 +01:00
table.h Added schema qualified tables` 2015-04-30 21:32:50 +02:00
text.h Fixed a bunch of shadowing warnings issued by g++ 2015-03-21 11:41:07 +01:00
transaction.h Adjusted license dates 2015-02-15 19:00:21 +01:00
tvin.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
type_traits.h Added schema qualified tables` 2015-04-30 21:32:50 +02:00
union_data.h Fixed UNION DISTINCT to not serialize DISTINCT 2015-03-05 18:01:59 +01:00
union_flags.h Fixed UNION DISTINCT to not serialize DISTINCT 2015-03-05 18:01:59 +01:00
union.h Fixed UNION DISTINCT to not serialize DISTINCT 2015-03-05 18:01:59 +01:00
update_list.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
update.h Adjusted license dates 2015-02-15 19:00:21 +01:00
using.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
value_or_null.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
value_type_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
value_type.h Adjusted license dates 2015-02-15 19:00:21 +01:00
verbatim_table.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
verbatim.h Added missing inline to free function 2015-03-08 20:17:10 +01:00
where.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
with.h Replaced parameter tuple with paramter type vector 2015-02-17 21:39:54 +01:00
wrap_operand_fwd.h Adjusted license dates 2015-02-15 19:00:21 +01:00
wrap_operand.h Replaced node tuple by node type vector 2015-02-17 08:03:19 +01:00
wrong.h Adjusted license dates 2015-02-15 19:00:21 +01:00