index
:
biboumi
3429-not-compliant-presence
async_sql
c++17
ci-arch
copr
debian
debug_coverage
e2e-doc
feature/fix-adhoc-command-descriptions
getdns
master
refactor-resources
roster-server-jid
sphinx-manpage
srcip
test_cmake3_11_2
v1
v2
v3
v4
v5
v6
v7
v8
v9
XMPP to IRC gateway, in C++.
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
select_query.hpp
Age
Commit message (
Collapse
)
Author
2018-01-14
Add a DEBUG_SQL_QUERIES to log info about the executed SQL queries
louiz’
fix #3324
2018-01-14
Remove all the ugly database debug
louiz’
2017-12-02
Handle postgresql and sqlite3 libs properly
louiz’
Do not fail to compile when one of them is missing but the other one is not. Raise an error when trying to open a database with the missing library. see #3237
2017-12-02
Add postgresql support
louiz’
2017-07-08
Remove a bunch of useless string_literal usage
louiz’
2017-06-23
Move a few functions from select_query to query
louiz’
2017-06-16
Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions table
louiz’
ref #3269
2017-06-14
Add a 0 default value for template argument N
louiz’
2017-06-14
Fix compilation (many warnings, and a linkage error) with clang++
louiz’
2017-06-14
Add a Statement class to manage the sqlite3_stmt objects and avoid leaks
louiz’
2017-06-14
Implement our own database ORM, and update the whole code to use it
louiz’
Entirely replace LiteSQL fix #3271