.. |
detail
|
enable -Wpedantic and fix all the warnings
|
2015-02-07 15:07:33 +01:00 |
alias_provider.h
|
enable -Wpedantic and fix all the warnings
|
2015-02-07 15:07:33 +01:00 |
alias.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
all_of.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
any.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
assignment.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
avg.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
bad_statement.h
|
Reduced compiler error spew dramatically for from and having.
|
2014-11-27 22:16:12 +01:00 |
basic_expression_operators.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
boolean_expression.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
boolean.h
|
Removed stray sqlpp namespace qualifiers
|
2014-08-27 20:43:09 +02:00 |
char_sequence.h
|
Fixed missing std::
|
2014-11-30 20:19:38 +01:00 |
column_fwd.h
|
Added -Wall, took care of a bunch of compiler warnings
|
2014-06-28 14:41:35 +02:00 |
column_types.h
|
Updates copyright year
|
2014-03-27 16:43:36 +01:00 |
column.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
concat.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
connection.h
|
Updates copyright year
|
2014-03-27 16:43:36 +01:00 |
count.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
cte.h
|
The first recursive cte compiles
|
2015-02-08 19:47:33 +01:00 |
custom_query.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
default_value.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
eval.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
exception.h
|
Updates copyright year
|
2014-03-27 16:43:36 +01:00 |
exists.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
expression_fwd.h
|
Removed stray sqlpp namespace qualifiers
|
2014-08-27 20:43:09 +02:00 |
expression.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
extra_tables.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
field_spec.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
floating_point.h
|
Removed stray sqlpp namespace qualifiers
|
2014-08-27 20:43:09 +02:00 |
from.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
functions.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
group_by.h
|
Fixed a few superflous semicolons
|
2015-02-09 18:39:03 +01:00 |
having.h
|
Moved logic functions from detail into logic namespace
|
2014-11-29 14:29:54 +01:00 |
hidden.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
in_fwd.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
in.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
insert_value_list.h
|
Moved logic functions from detail into logic namespace
|
2014-11-29 14:29:54 +01:00 |
insert_value.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
insert.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
integral.h
|
Removed stray sqlpp namespace qualifiers
|
2014-08-27 20:43:09 +02:00 |
interpret_tuple.h
|
enable -Wpedantic and fix all the warnings
|
2015-02-07 15:07:33 +01:00 |
interpret.h
|
removed namespace vendor
|
2014-06-14 07:43:27 +02:00 |
interpretable_list.h
|
Fixed serialization of multiple dynamic query elements.
|
2014-09-29 12:05:35 +02:00 |
interpretable.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
interpreter.h
|
Adjusted usage of wrong_t.
|
2014-07-31 09:08:00 +02:00 |
into.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
is_not_null.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
is_null_fwd.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
is_null.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
join.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
like.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
limit.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
logic.h
|
Moved logic functions from detail into logic namespace
|
2014-11-29 14:29:54 +01:00 |
max.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
min.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
multi_column.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
named_interpretable.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
no_data.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
no_value.h
|
Moved operator and parameter templates out of value classes, added member template
|
2014-08-25 08:43:42 +02:00 |
noop_fwd.h
|
Fixed indentations
|
2014-06-14 07:45:10 +02:00 |
noop.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
not_in.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
null.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
offset.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
on.h
|
Moved logic functions from detail into logic namespace
|
2014-11-29 14:29:54 +01:00 |
order_by.h
|
Fixed a few superflous semicolons
|
2015-02-09 18:39:03 +01:00 |
parameter_list.h
|
Removed stray sqlpp namespace qualifiers
|
2014-08-27 20:43:09 +02:00 |
parameter.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
policy_update.h
|
Reduced compiler error spew dramatically for from and having.
|
2014-11-27 22:16:12 +01:00 |
prepared_execute.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
prepared_insert.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
prepared_remove.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
prepared_select.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
prepared_update.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
remove.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
result_field_methods.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
result_field.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
result_row_fwd.h
|
cte.h compiles
|
2015-01-27 08:29:10 +01:00 |
result_row.h
|
cte.h compiles
|
2015-01-27 08:29:10 +01:00 |
result.h
|
Fixed indentations
|
2014-06-14 07:45:10 +02:00 |
rhs_wrap.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
select_column_list.h
|
Fixed a few stray semicolons
|
2015-02-09 07:36:53 +01:00 |
select_flag_list.h
|
Moved logic functions from detail into logic namespace
|
2014-11-29 14:29:54 +01:00 |
select_flags.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
select_pseudo_table.h
|
cte.h compiles
|
2015-01-27 08:29:10 +01:00 |
select.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
serialize.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
serializer_context.h
|
Updates copyright year
|
2014-03-27 16:43:36 +01:00 |
serializer.h
|
Simplified serializer a bit
|
2014-11-29 17:36:09 +01:00 |
simple_column.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
single_table.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
some.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
sort_order.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
sqlpp11.h
|
Added generic boolean_expression
|
2014-08-02 09:18:01 +02:00 |
statement_fwd.h
|
Added missing file
|
2014-11-09 16:34:48 +01:00 |
statement.h
|
Consistency < Prepare < Run
|
2015-01-19 07:26:04 +01:00 |
sum.h
|
Fixed a problem with sub selects in binary operators
|
2014-12-03 17:21:12 +01:00 |
table_alias.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
table.h
|
Started to add common table expressions and 'with'
|
2015-01-13 21:53:29 +01:00 |
text.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
transaction.h
|
enable -Wpedantic and fix all the warnings
|
2015-02-07 15:07:33 +01:00 |
tvin.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
type_traits.h
|
Fixed a few stray semicolons
|
2015-02-09 07:36:53 +01:00 |
union_data.h
|
Split union data from union, to be used in ctes, as well
|
2015-02-08 18:26:00 +01:00 |
union.h
|
The first recursive cte compiles
|
2015-02-08 19:47:33 +01:00 |
update_list.h
|
Moved logic functions from detail into logic namespace
|
2014-11-29 14:29:54 +01:00 |
update.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
using.h
|
Moved logic functions from detail into logic namespace
|
2014-11-29 14:29:54 +01:00 |
value_or_null.h
|
Added value_or_null method/type
|
2014-08-01 18:21:23 +02:00 |
value_type_fwd.h
|
Moved operator and parameter templates out of value classes, added member template
|
2014-08-25 08:43:42 +02:00 |
value_type.h
|
Fixed indentations
|
2014-06-14 07:45:10 +02:00 |
verbatim_table.h
|
We now have unique name representations per name
|
2014-11-30 19:40:34 +01:00 |
verbatim.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
where.h
|
Fixed a few superflous semicolons
|
2015-02-09 18:39:03 +01:00 |
with.h
|
Adjust WITH clause to serialize RECURSIVE where required
|
2015-02-09 18:44:25 +01:00 |
wrap_operand_fwd.h
|
Added alias operators to wrapped value operands
|
2014-08-18 21:10:58 +02:00 |
wrap_operand.h
|
Introduced check for serializability
|
2014-11-25 17:43:55 +01:00 |
wrong.h
|
Fixed indentations
|
2014-06-14 07:45:10 +02:00 |