FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · rbock/sqlpp11 · GitHub
rbock
/
sqlpp11
Public
Notifications
You must be signed in to change notification settings
Fork
361
Star
2.6k
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Sep 7, 2025
Conditional include for ciso646, #626
rbock
committed
cff334e
View commit details
Copy full SHA for cff334e
Browse repository at this point
Commits on Jun 24, 2025
Fix missing wrap_operand in case/then/else_, #624
Show description for 6b6b5cc
rbock
committed
6b6b5cc
View commit details
Copy full SHA for 6b6b5cc
Browse repository at this point
Commits on Jun 15, 2025
Allow undefined _MSC_FULL_VER #622
Show description for 5e930f3
rbock
committed
5e930f3
View commit details
Copy full SHA for 5e930f3
Browse repository at this point
Fix warning
rbock
committed
9039e10
View commit details
Copy full SHA for 9039e10
Browse repository at this point
Add compilation of connectors to .appveyor
Show description for aaa6101
rbock
committed
aaa6101
View commit details
Copy full SHA for aaa6101
Browse repository at this point
Fix compile error in postgresql connector #623
rbock
committed
4148d84
View commit details
Copy full SHA for 4148d84
Browse repository at this point
Fix compile errors/warning in clang++-20
rbock
committed
e9411dc
View commit details
Copy full SHA for e9411dc
Browse repository at this point
Commits on May 20, 2025
Add examples of `count` calls, see #618
rbock
committed
62bf161
View commit details
Copy full SHA for 62bf161
Browse repository at this point
Commits on Apr 13, 2025
Enable execute() to run prepared_statements for all connectors
margaretselzer
authored and
rbock
committed
abc9e30
View commit details
Copy full SHA for abc9e30
Browse repository at this point
Commits on Feb 23, 2025
Update README.md
Show description for 35f4ab6
rbock
authored
35f4ab6
View commit details
Copy full SHA for 35f4ab6
Browse repository at this point
Update README.md
Show description for 5a3869c
rbock
authored
5a3869c
View commit details
Copy full SHA for 5a3869c
Browse repository at this point
Commits on Feb 12, 2025
Fix assert test, see #615
Show description for b4523e0
rbock
committed
b4523e0
View commit details
Copy full SHA for b4523e0
Browse repository at this point
Commits on Dec 23, 2024
Add serialize test for LEFT OUTER JOIN, see also #614
rbock
committed
561cc7e
View commit details
Copy full SHA for 561cc7e
Browse repository at this point
Commits on Dec 19, 2024
[-] mysql connectors in dynamic-query-constructors are fixed
Meetrious
authored and
rbock
committed
31b4344
View commit details
Copy full SHA for 31b4344
Browse repository at this point
[-] static assert fix regarding connection type. Since now pooled_connections are allowed to process postgres-dynamic-queries
Meetrious
authored and
rbock
committed
6906a8d
View commit details
Copy full SHA for 6906a8d
Browse repository at this point
Commits on Dec 7, 2024
Make current_*_t function constructors default and remove implicit name
vaijns
authored and
rbock
committed
12a30f9
View commit details
Copy full SHA for 12a30f9
Browse repository at this point
Move _alias_t for CURRENT_* functions inside its struct
vaijns
authored and
rbock
committed
5b3b623
View commit details
Copy full SHA for 5b3b623
Browse repository at this point
Add tests for CURRENT_* functions and remove parameter names in serialize() functions
vaijns
authored and
rbock
committed
07cba89
View commit details
Copy full SHA for 07cba89
Browse repository at this point
Add SQL standard functions CURRENT_DATE, CURRENT_TIME and CURRENT_TIMESTAMP
vaijns
authored and
rbock
committed
1046bde
View commit details
Copy full SHA for 1046bde
Browse repository at this point
Remove unnecessary floor() when binding time_of_day parameter
vaijns
authored and
rbock
committed
b445f24
View commit details
Copy full SHA for b445f24
Browse repository at this point
Add tests for binding time_of_day parameters and results with SQLite3
vaijns
authored and
rbock
committed
e3f6760
View commit details
Copy full SHA for e3f6760
Browse repository at this point
Support binding time_of_day parameters with SQLite3
vaijns
authored and
rbock
committed
d0cdaae
View commit details
Copy full SHA for d0cdaae
Browse repository at this point
Support binding a result of type time_of_day with SQLite3
vaijns
authored and
rbock
committed
542f091
View commit details
Copy full SHA for 542f091
Browse repository at this point
Commits on Sep 25, 2024
Update README.md
Show description for f18f595
rbock
and
dg0yt
committed
f18f595
View commit details
Copy full SHA for f18f595
Browse repository at this point
Update vcpkg section of README.md
Show description for fd5e612
dg0yt
authored and
rbock
committed
fd5e612
View commit details
Copy full SHA for fd5e612
Browse repository at this point
Commits on Sep 24, 2024
Fix find_package_handle_standard_args
dg0yt
authored and
rbock
committed
30042c0
View commit details
Copy full SHA for 30042c0
Browse repository at this point
Commits on Sep 18, 2024
SQLite3: Add test for execute() running a prepared_statement
margaretselzer
authored and
rbock
committed
e99f50d
View commit details
Copy full SHA for e99f50d
Browse repository at this point
SQLite3: Enable execute() to run prepared_statements
Show description for b99e1b0
Marcell Egyed
authored and
rbock
committed
b99e1b0
View commit details
Copy full SHA for b99e1b0
Browse repository at this point
Commits on Sep 11, 2024
Add argumentless overload for get_sql_name()
Show description for fc23782
Marcell Egyed
authored and
rbock
committed
fc23782
View commit details
Copy full SHA for fc23782
Browse repository at this point
Commits on Sep 4, 2024
Rename macro CXX_STD_VER -> SQLPP_CXX_STD
MeanSquaredError
authored and
rbock
committed
a710e8b
View commit details
Copy full SHA for a710e8b
Browse repository at this point
Replace -__cplusplus with CXX_STD_VER, because the latter works correctly with MSVC.
MeanSquaredError
authored and
rbock
committed
f56564d
View commit details
Copy full SHA for f56564d
Browse repository at this point
Move the CXX_STD_VER macro to a separate header file.
MeanSquaredError
authored and
rbock
committed
b100ede
View commit details
Copy full SHA for b100ede
Browse repository at this point
Commits on Sep 3, 2024
When building for C++20 or newer, result_t::iterator is an std::input_iterator. Otherwise (C++17 or older) it is a LegacyInputIterator.
MeanSquaredError
authored and
rbock
committed
633710a
View commit details
Copy full SHA for 633710a
Browse repository at this point
Remove structure sqlpp::iterator_category.
MeanSquaredError
authored and
rbock
committed
f983abc
View commit details
Copy full SHA for f983abc
Browse repository at this point
Make result_t::iterator default-constructible.
MeanSquaredError
authored and
rbock
committed
28dac3a
View commit details
Copy full SHA for 28dac3a
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL