FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/sqlpp11/data_types - 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
Breadcrumbs
History for
sqlpp11
include
sqlpp11
data_types
on
develop
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
View code at this point
Browse repository at this point
Commits on Jun 15, 2025
Fix compile errors/warning in clang++-20
rbock
committed
e9411dc
View commit details
Copy full SHA for e9411dc
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
Fix missing includes, #578
rbock
committed
166b01a
View commit details
Copy full SHA for 166b01a
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506)
MeanSquaredError
authored
a085d73
View commit details
Copy full SHA for a085d73
View code at this point
Browse repository at this point
Commits on Jul 23, 2023
Fix serialization of time points for MySQL. (#503)
MeanSquaredError
authored
4a1ed2c
View commit details
Copy full SHA for 4a1ed2c
View code at this point
Browse repository at this point
Commits on Jun 16, 2023
Treat PostgreSQL time values as being in UTC time zone (#487)
Show description for a72b172
MeanSquaredError
authored
a72b172
View commit details
Copy full SHA for a72b172
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
std::string_view should also be assignable in prepared statements
matthijs
authored and
rbock
committed
38aba21
View commit details
Copy full SHA for 38aba21
View code at this point
Browse repository at this point
Commits on May 22, 2022
Allow parameter in having clause, see #443
Show description for f5be409
rbock
committed
f5be409
View commit details
Copy full SHA for f5be409
View code at this point
Browse repository at this point
Commits on Apr 2, 2022
Allow value_or_null to be assigned to parameters (#435)
rbock
committed
1d5caca
View commit details
Copy full SHA for 1d5caca
View code at this point
Browse repository at this point
Commits on Sep 4, 2021
Added shift left and shift right operators.
rbock
committed
136b533
View commit details
Copy full SHA for 136b533
View code at this point
Browse repository at this point
Commits on Aug 1, 2021
Cleanup some warning and includes
rbock
committed
d0a8ea2
View commit details
Copy full SHA for d0a8ea2
View code at this point
Browse repository at this point
Next step in replacing serializer_t
rbock
committed
2cab1fa
View commit details
Copy full SHA for 2cab1fa
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
Remove _is_trivial from *_operand
rbock
committed
135db93
View commit details
Copy full SHA for 135db93
View code at this point
Browse repository at this point
Commits on Jul 11, 2021
Remove rhs_wrap (was required for tvin only)
rbock
committed
93b0093
View commit details
Copy full SHA for 93b0093
View code at this point
Browse repository at this point
Remove tvin
Show description for db0295a
rbock
committed
db0295a
View commit details
Copy full SHA for db0295a
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
Remove null_is_trivial_value
Show description for 9203e38
rbock
committed
9203e38
View commit details
Copy full SHA for 9203e38
View code at this point
Browse repository at this point
Commits on May 6, 2020
update for gcc10 compilation
faizol
authored and
rbock
committed
cd20805
View commit details
Copy full SHA for cd20805
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Fix expressions for unsigned integral as suggested by @fraillt
rbock
committed
7f29a0b
View commit details
Copy full SHA for 7f29a0b
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
support for std::string_view when using C++17
dermojo
authored and
rbock
committed
ac3a829
View commit details
Copy full SHA for ac3a829
View code at this point
Browse repository at this point
Commits on Oct 28, 2018
Fix blob field display
fjkfwz
authored and
rbock
committed
da5cf19
View commit details
Copy full SHA for da5cf19
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
Formatting...
rbock
committed
cc96fc4
View commit details
Copy full SHA for cc96fc4
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
Fix triggering static asserts multiple operators
rbock
committed
ac500e2
View commit details
Copy full SHA for ac500e2
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
Add support for std::array blobs
blastrock
authored and
rbock
committed
1b12fdd
View commit details
Copy full SHA for 1b12fdd
View code at this point
Browse repository at this point
Fix blob result_type
blastrock
authored and
rbock
committed
7b16f03
View commit details
Copy full SHA for 7b16f03
View code at this point
Browse repository at this point
blob WIP
rbock
committed
2e635cc
View commit details
Copy full SHA for 2e635cc
View code at this point
Browse repository at this point
Add blob data type
rbock
committed
1e02980
View commit details
Copy full SHA for 1e02980
View code at this point
Browse repository at this point
Commits on Jan 31, 2018
Load date library from date dir (since date v2.3).
egorpugin
committed
f510166
View commit details
Copy full SHA for f510166
View code at this point
Browse repository at this point
Commits on Sep 10, 2017
Minor cleanup thanks to clang-tidy
rbock
committed
00d10b5
View commit details
Copy full SHA for 00d10b5
View code at this point
Browse repository at this point
clang-tidy readbility fixes
rbock
committed
d112d71
View commit details
Copy full SHA for d112d71
View code at this point
Browse repository at this point
Use clang-tidy modernize fixes
rbock
committed
0d6c63c
View commit details
Copy full SHA for 0d6c63c
View code at this point
Browse repository at this point
Adhere to clang-tidy warning about boolean readability
rbock
committed
a17a78c
View commit details
Copy full SHA for a17a78c
View code at this point
Browse repository at this point
Use clang-tidy to prevent else after return
rbock
committed
63b4052
View commit details
Copy full SHA for 63b4052
View code at this point
Browse repository at this point
Use clang-tidy to wrap single-line blocks into {}
rbock
committed
6a9715b
View commit details
Copy full SHA for 6a9715b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL