FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scripts - 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
scripts
on
optional-no-dynamic
User selector
Datepicker
Commit history
Commits on Sep 1, 2024
Rename AliasProvider to NameTagProvider
Show description for eeb96c3
rbock
committed
eeb96c3
View commit details
Copy full SHA for eeb96c3
View code at this point
Browse repository at this point
pass table and not table spec to column
Show description for 33a40b6
rbock
committed
33a40b6
View commit details
Copy full SHA for 33a40b6
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Cleanup name tags in sqlpp17 style
Show description for 069fcf7
rbock
committed
069fcf7
View commit details
Copy full SHA for 069fcf7
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
Move stuff out of compat namespace
Show description for 79da114
rbock
committed
79da114
View commit details
Copy full SHA for 79da114
View code at this point
Browse repository at this point
Commits on Jul 28, 2024
More tests fixed
Show description for 6a92f13
rbock
committed
6a92f13
View commit details
Copy full SHA for 6a92f13
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
Change table represenation
Show description for 6a11df8
rbock
committed
6a11df8
View commit details
Copy full SHA for 6a11df8
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
Start reactivating tests
rbock
committed
4e75cf3
View commit details
Copy full SHA for 4e75cf3
View code at this point
Browse repository at this point
Commits on Jul 14, 2024
Remove data type wrappers (with compile failuers)
rbock
committed
6c1d59f
View commit details
Copy full SHA for 6c1d59f
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
Add basic serialize functions and start documenting differences
rbock
committed
c2c5f15
View commit details
Copy full SHA for c2c5f15
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
No more type traits in generated code
rbock
committed
08f6434
View commit details
Copy full SHA for 08f6434
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
Started to remove operand wrapping
rbock
committed
4baede7
View commit details
Copy full SHA for 4baede7
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
Synchronize sql and generated code for connector tests
rbock
committed
b869cbe
View commit details
Copy full SHA for b869cbe
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
ddl2cpp: Add tests for the column isPrimaryKey property.
MeanSquaredError
authored and
rbock
committed
f6cb4d3
View commit details
Copy full SHA for f6cb4d3
View code at this point
Browse repository at this point
Treat "PRIMARY KEY" columns as not nullable.
MeanSquaredError
authored and
rbock
committed
ffd6618
View commit details
Copy full SHA for ffd6618
View code at this point
Browse repository at this point
ddl2cpp: Require word breaks when parsing SQL keywords.
MeanSquaredError
authored and
rbock
committed
43fa5c4
View commit details
Copy full SHA for 43fa5c4
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
Recognize serial2, serial4 and serial8 types when parsing SQL definitions in the ddl2cpp script.
MeanSquaredError
authored and
rbock
committed
8797dfd
View commit details
Copy full SHA for 8797dfd
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
Fix require_insert generation in sqlite2cpp.py #569
rbock
committed
b92a9a7
View commit details
Copy full SHA for b92a9a7
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
Fix warnings in Python regexes by adding missing backslashes.
MeanSquaredError
authored and
rbock
committed
a1baba0
View commit details
Copy full SHA for a1baba0
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 Jun 22, 2023
ddl2cpp command line argument for custom types (#491)
Show description for babd420
CJCombrink
and
Carel Combrink
authored
babd420
View commit details
Copy full SHA for babd420
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
ddl2cpp: allow inline column constraints ("PRIMARY KEY") but don't break auto-id
Bernd Lörwald
authored and
rbock
committed
7379e00
View commit details
Copy full SHA for 7379e00
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Extend match expression for table names in ddl2cpp
Show description for 5b0eee1
fygonzalo
authored and
rbock
committed
5b0eee1
View commit details
Copy full SHA for 5b0eee1
View code at this point
Browse repository at this point
Commits on Jan 14, 2023
Add mysql DIV operator
LhKipp
authored and
rbock
committed
a77d800
View commit details
Copy full SHA for a77d800
View code at this point
Browse repository at this point
Commits on Dec 31, 2022
Fix for namspace repetetion which should have been individual namespaces
yagnasrinath
authored and
rbock
committed
bea910e
View commit details
Copy full SHA for bea910e
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Add ddlBracedArguments to expressions
LhKipp
authored and
rbock
committed
6ae27a9
View commit details
Copy full SHA for 6ae27a9
View code at this point
Browse repository at this point
Add failing testcase
LhKipp
authored and
rbock
committed
c84f34d
View commit details
Copy full SHA for c84f34d
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
Add support for "rationale" column type from pg_rational extension
Jürgen Hunold
authored and
rbock
committed
3c344c0
View commit details
Copy full SHA for 3c344c0
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
Added instructions to ignore OR REPLACE clause
Carlitxxx86
authored and
rbock
committed
0c3c09d
View commit details
Copy full SHA for 0c3c09d
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Added MariaDB keywords GENERATED and PERIOD
Show description for 31ef4f2
Carlitxxx86
authored and
rbock
committed
31ef4f2
View commit details
Copy full SHA for 31ef4f2
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
Fix parsing of float fields with scale digits
Jürgen Hunold
authored and
rbock
committed
9bfee74
View commit details
Copy full SHA for 9bfee74
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
Fix constraints handling in ddl2cpp (#437)
Show description for b50cc45
rbock
committed
b50cc45
View commit details
Copy full SHA for b50cc45
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
Fix namespace closing comment order in ddl2cpp script
MrJia1997
authored and
rbock
committed
9fc07ef
View commit details
Copy full SHA for 9fc07ef
View code at this point
Browse repository at this point
Commits on Feb 11, 2022
add mediumtext data type for mysql in ddl2cpp script
linrongbin16
authored and
rbock
committed
1b10d36
View commit details
Copy full SHA for 1b10d36
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
Partial rewrite of ddl2cpp
Show description for 5b3abca
rbock
committed
5b3abca
View commit details
Copy full SHA for 5b3abca
View code at this point
Browse repository at this point
Commits on Jan 31, 2022
Fix part of issue #418 (#419)
Show description for d8a76fa
vrqq
authored
d8a76fa
View commit details
Copy full SHA for d8a76fa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL