Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ylhStore
/
sqlpp11
Public
forked from
rbock/sqlpp11
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlpp11
scripts
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 14, 2021
Added blob support for postgresql
Show description for 310a624
rbock
committed
310a624
View commit details
Copy full SHA for 310a624
View code at this point
Browse repository at this point
Commits on Nov 10, 2021
ddl2cpp: Fix compatibility with pyparsing 3+
Show description for b4acfa2
sjoubert
authored and
rbock
committed
b4acfa2
View commit details
Copy full SHA for b4acfa2
View code at this point
Browse repository at this point
Commits on Jun 17, 2020
Add some MYSQL types to the ddl2cpp script
greenbrettmichael
authored and
rbock
committed
cab4bc7
View commit details
Copy full SHA for cab4bc7
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
Add begin and end keywords in the reserved names to be escaped (#310)
sjoubert
authored
183a051
View commit details
Copy full SHA for 183a051
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
Adjust sample.sql and ddl2cpp to match Sample.h
rbock
committed
268c176
View commit details
Copy full SHA for 268c176
View code at this point
Browse repository at this point
Commits on Jul 10, 2019
Add -identity-naming argument from ddl2cpp to sqlite2cpp.py
Brett Boston
authored and
rbock
committed
a3970ce
View commit details
Copy full SHA for a3970ce
View code at this point
Browse repository at this point
Commits on Apr 18, 2019
Merge branch 'release/0.58'
rbock
committed
e9f6f07
View commit details
Copy full SHA for e9f6f07
View code at this point
Browse repository at this point
Commits on Mar 3, 2019
Add `AUTOINCREMENT` support in ddl2cpp for sqlite3
rbock
committed
80e25a5
View commit details
Copy full SHA for 80e25a5
View code at this point
Browse repository at this point
Commits on Dec 24, 2018
Re-added accidentally removed `real` type to ddl2cpp
rbock
committed
052dbe1
View commit details
Copy full SHA for 052dbe1
View code at this point
Browse repository at this point
Commits on Sep 25, 2018
Add option to ddl2cpp to enable splitting tables into individual header files
Erroneous1
committed
4c53ffc
View commit details
Copy full SHA for 4c53ffc
View code at this point
Browse repository at this point
Commits on Jul 15, 2018
Added mediumint unsigned to dll2cpp
L3nn0x
committed
c7e73a0
View commit details
Copy full SHA for c7e73a0
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
Fix merge error.
rbock
committed
5213022
View commit details
Copy full SHA for 5213022
View code at this point
Browse repository at this point
Merge branch 'release/0.55'
rbock
committed
a643095
View commit details
Copy full SHA for a643095
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
Fix program desc.
egorpugin
committed
9db9fed
View commit details
Copy full SHA for 9db9fed
View code at this point
Browse repository at this point
Remove blank line.
egorpugin
committed
c9007a7
View commit details
Copy full SHA for c9007a7
View code at this point
Browse repository at this point
Add simplified sqlite2cpp generator script that uses sqlite3 schema parsing.
egorpugin
committed
c7da187
View commit details
Copy full SHA for c7da187
View code at this point
Browse repository at this point
Commits on Apr 18, 2018
ddl2cpp: support CHECK constraint
th0br0
committed
18e1c18
View commit details
Copy full SHA for 18e1c18
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
sqlite3: added real data type
snikulov
committed
9a5df4c
View commit details
Copy full SHA for 9a5df4c
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
Add more PostgreSQL type mapping in ddl2cpp
sjoubert
committed
805c647
View commit details
Copy full SHA for 805c647
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
Allow digits 0-9 in include guards
Arne Luenser
committed
5e8d81a
View commit details
Copy full SHA for 5e8d81a
View code at this point
Browse repository at this point
Commits on Feb 8, 2018
Merge pull request #215 from sjoubert/ddl2cpp_identity_naming
Show description for a2b22b9
rbock
authored
a2b22b9
View commit details
Copy full SHA for a2b22b9
View code at this point
Browse repository at this point
Add the possibility to keep the table and column names as in the DDL
sjoubert
committed
d2d9a16
View commit details
Copy full SHA for d2d9a16
View code at this point
Browse repository at this point
Add mapping of the 'clob' type to the existing 'text' type
sjoubert
committed
20ab921
View commit details
Copy full SHA for 20ab921
View code at this point
Browse repository at this point
Commits on Nov 26, 2017
Add quoting for table and column names.
Show description for 109b0af
rbock
committed
109b0af
View commit details
Copy full SHA for 109b0af
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
Remove some commented lines
rbock
committed
e90a988
View commit details
Copy full SHA for e90a988
View code at this point
Browse repository at this point
Remove debug printout
rbock
committed
8d92de3
View commit details
Copy full SHA for 8d92de3
View code at this point
Browse repository at this point
Commits on Nov 6, 2017
Scan for unsigned integral columns
rbock
committed
fd93997
View commit details
Copy full SHA for fd93997
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
Fixed mising namespace comment on tablenames (to silence clang-tidy).
Serge Robyns
committed
02cf37e
View commit details
Copy full SHA for 02cf37e
View code at this point
Browse repository at this point
Commits on Jun 4, 2017
Merge branch 'release/0.49'
rbock
committed
cd77844
View commit details
Copy full SHA for cd77844
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
Support implicitly treating id column as auto-incrementing (e.g. for SQLite)
AndiDog
committed
e776390
View commit details
Copy full SHA for e776390
View code at this point
Browse repository at this point
Commits on Apr 25, 2017
Added mediumint to ddl2cpp
L3nn0x
committed
55d0e2a
View commit details
Copy full SHA for 55d0e2a
View code at this point
Browse repository at this point
Commits on Mar 5, 2017
Allow for "IF NOT EXISTS" in createTable in ddl
rbock
committed
f88efad
View commit details
Copy full SHA for f88efad
View code at this point
Browse repository at this point
Support for PostgreSQL `serial`
rbock
committed
e53bbcc
View commit details
Copy full SHA for e53bbcc
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
Allow nested namespaces on the command line
Show description for 3baa513
mlimber
authored
3baa513
View commit details
Copy full SHA for 3baa513
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
fixed
strangeqargo
committed
3d2dae9
View commit details
Copy full SHA for 3d2dae9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.