0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/include/sqlpp11
Roland Bock 57077cd32b Add standalone insert_columns function (#76)
This allows for multi-row INSERT OR IGNORE
2022-06-06 10:15:28 +02:00
..
aggregate_functions Started to replace serializer_t 2021-07-31 20:00:42 +02:00
data_types Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
detail Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
mysql Remove obsolete pointer indirection in mysql connector 2022-01-09 09:12:23 +01:00
postgresql Added additional exception class. 2022-03-11 07:47:22 +01:00
ppgen add missing unsigned integer types in ppgen 2018-05-13 11:16:37 +02:00
sqlite3 Remove obsolete pointer indirection, fix warnings and a leak 2022-01-11 07:35:20 +01:00
aggregate_function_operators.h Minimal over() implementation for aggregate functions (#316) 2020-02-15 07:54:22 +01:00
aggregate_functions.h Use clang-format to streamline include guards 2017-09-10 14:55:11 +02:00
alias_operators.h Use clang-format to explicitly mark unused parameters 2017-09-10 14:58:51 +02:00
alias_provider.h Add quoting for table and column names. 2017-11-26 19:19:26 +01:00
alias.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
all_of.h Remove obsolete all_of_t 2021-09-04 11:04:51 +02:00
any.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
assignment.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
auto_alias.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
bad_expression.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
basic_expression_operators.h Fix compiler warnings. 2021-12-11 19:53:35 +01:00
boolean_expression.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
case.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
char_sequence.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
chrono.h Fix compiler warnings. 2021-12-11 19:53:35 +01:00
column_fwd.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
column_types.h Removed warning for column_types include 2015-10-31 11:04:30 +01:00
column.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
connection.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
consistent.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
cte.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
custom_query.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
data_types.h Add blob data type 2018-03-10 07:45:01 +01:00
default_value.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
dynamic_join.h Started to replace serializer_t 2021-07-31 20:00:42 +02:00
dynamic_pre_join.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
dynamic_select_column_list.h Fixed missing include and two compiler warnings 2021-11-06 14:28:50 +01:00
eval.h Remove null_is_trivial_value 2020-09-29 08:42:37 +02:00
exception.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
exists.h Next step in replacing serializer_t 2021-08-01 10:01:32 +02:00
expression_fwd.h Added shift left and shift right operators. 2021-09-04 13:40:03 +02:00
expression_operators.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
expression_return_types.h Added shift left and shift right operators. 2021-09-04 13:40:03 +02:00
expression.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
field_spec.h Remove multi_column. 2021-07-30 21:05:36 +02:00
for_update.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
from.h Remove superfluous include 2021-08-25 08:06:06 +02:00
functions.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
group_by.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
having.h Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
hidden.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
in_fwd.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
in.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
inconsistent.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
insert_value_list.h Add standalone insert_columns function (#76) 2022-06-06 10:15:28 +02:00
insert_value.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
insert.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
interpret_tuple.h Use clang-tidy to wrap single-line blocks into {} 2017-09-10 15:05:34 +02:00
interpretable_list.h Fixed missing include and two compiler warnings 2021-11-06 14:28:50 +01:00
interpretable.h Started to replace serializer_t 2021-07-31 20:00:42 +02:00
into.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
is_equal_to_or_null.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
is_not_null.h Started to replace serializer_t 2021-07-31 20:00:42 +02:00
is_null_fwd.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
is_null.h Started to replace serializer_t 2021-07-31 20:00:42 +02:00
join_types.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
join.h Started to replace serializer_t 2021-07-31 20:00:42 +02:00
limit.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
logic.h not_t must not be a variadic template. 2018-01-21 10:58:19 +01:00
named_interpretable.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
no_data.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
no_name.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
noop_fwd.h Reformatted using clang-format 2015-09-13 21:33:19 +02:00
noop.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
not_in.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
null.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
offset.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
on.h Started to replace serializer_t 2021-07-31 20:00:42 +02:00
operand_check.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
order_by.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
over.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
parameter_list.h Use clang-tidy modernize fixes 2017-09-10 15:45:07 +02:00
parameter.h Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
parameterized_verbatim.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
policy_update.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
portable_static_assert.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
ppgen.h add missing unsigned integer types in ppgen 2018-05-13 11:16:37 +02:00
pre_join.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
prepared_execute.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
prepared_insert.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
prepared_remove.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
prepared_select.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
prepared_update.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
remove.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
result_field_base.h Remove _is_trivial from *_operand 2021-07-13 15:16:36 +02:00
result_field.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
result_row_fwd.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
result_row.h Remove multi_column. 2021-07-30 21:05:36 +02:00
result.h Fixed missing include and two compiler warnings 2021-11-06 14:28:50 +01:00
schema_qualified_table.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
schema.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
select_column_list.h Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
select_flag_list.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
select_flags.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
select_pseudo_table.h Started to replace serializer_t 2021-07-31 20:00:42 +02:00
select.h Next step in replacing serializer_t 2021-08-01 10:01:32 +02:00
serialize.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
serializer_context.h Use clang-tidy to prevent else after return 2017-09-10 15:12:45 +02:00
simple_column.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
single_table.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
some.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
sort_order.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
sqlpp11.h Use clang-format to streamline include guards 2017-09-10 14:55:11 +02:00
statement_fwd.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
statement.h Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
table_alias.h Started to replace serializer_t 2021-07-31 20:00:42 +02:00
table_ref.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
table.h Remove table::ref (see #345). 2021-11-06 15:11:45 +01:00
transaction.h Fixed transaction_t move constructor 2018-07-05 21:45:14 +02:00
trim.h Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
type_traits.h Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
unconditional.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
union_data.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
union_flags.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
union.h Use clang-format to explicitly mark unused parameters 2017-09-10 14:58:51 +02:00
update_list.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
update.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
using.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
value_or_null.h Allow value_or_null to be assigned to parameters (#435) 2022-04-02 08:27:38 +02:00
value_type_fwd.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
value_type.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
value.h Added shift left and shift right operators. 2021-09-04 13:40:03 +02:00
verbatim_table.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
verbatim.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
where.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
with.h Finished replacing serializer_t 2021-08-01 15:09:43 +02:00
without_table_check.h Cleanup some warning and includes 2021-08-01 19:33:53 +02:00
wrap_operand.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00
wrong.h Use clang-format to add closing namespace comments 2017-09-10 14:56:51 +02:00