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
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 }}
actuarial-tools
/
sqlobject
Public
forked from
sqlobject/sqlobject
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
sqlobject
sqlobject
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 22, 2020
Style: Fix `flake8` warnings
Show description for dfedb4e
phdru
committed
dfedb4e
View commit details
Copy full SHA for dfedb4e
View code at this point
Browse repository at this point
Style: Fix `flake8` E741 ambiguous variable name 'l'
phdru
committed
f256021
View commit details
Copy full SHA for f256021
View code at this point
Browse repository at this point
Fix(col.TimeValidator): Remove debug print
phdru
committed
51d3893
View commit details
Copy full SHA for 51d3893
View code at this point
Browse repository at this point
Commits on Dec 7, 2019
Release 3.8.0
phdru
committed
b0b1c9c
View commit details
Copy full SHA for b0b1c9c
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
Fix(postgres): Fix a bug in `PostgresConnection.columnsFromSchema`
Show description for 83fd61d
phdru
committed
83fd61d
View commit details
Copy full SHA for 83fd61d
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Feat(sqlbuilder): Improve sqlrepr'ing `ALL/ANY/SOME()`
phdru
committed
596704c
View commit details
Copy full SHA for 596704c
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
Fix a bug in cascade deletion/nullification
phdru
committed
852bded
View commit details
Copy full SHA for 852bded
View code at this point
Browse repository at this point
Commits on Sep 28, 2019
Feat(sqlite): Add driver `supersqlite`
phdru
committed
f9822e7
View commit details
Copy full SHA for f9822e7
View code at this point
Browse repository at this point
Fix a bug working with microseconds in `Time` columns
phdru
committed
351ac92
View commit details
Copy full SHA for 351ac92
View code at this point
Browse repository at this point
Commits on Sep 22, 2019
Release 3.7.3
phdru
committed
f31a1bc
View commit details
Copy full SHA for f31a1bc
View code at this point
Browse repository at this point
Fix sqlite test under Python 3.7+ at AppVeyor
phdru
committed
aa0af59
View commit details
Copy full SHA for aa0af59
View code at this point
Browse repository at this point
Fix escape sequences `'\%'` -> `'\\%'`
phdru
committed
ff5a94f
View commit details
Copy full SHA for ff5a94f
View code at this point
Browse repository at this point
Commits on Sep 15, 2019
Fix: Avoid excessive parentheses around `ALL/ANY/SOME()`
phdru
committed
a26acf9
View commit details
Copy full SHA for a26acf9
View code at this point
Browse repository at this point
Tests: Fix module-level calls to `pytest.mark.skip`
Show description for 477cff6
phdru
committed
477cff6
View commit details
Copy full SHA for 477cff6
View code at this point
Browse repository at this point
Tests: Fix calls to `pytest.mark.skipif`
Show description for b3d72cd
phdru
committed
b3d72cd
View commit details
Copy full SHA for b3d72cd
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Tests(ForeignKey_cascade): Add tests for cascade deletion
phdru
committed
14d4723
View commit details
Copy full SHA for 14d4723
View code at this point
Browse repository at this point
Refactor: Remove excessive assignment
phdru
committed
e24b9ed
View commit details
Copy full SHA for e24b9ed
View code at this point
Browse repository at this point
Commits on May 1, 2019
Release 3.7.2
phdru
committed
dffe5e9
View commit details
Copy full SHA for dffe5e9
View code at this point
Browse repository at this point
Feat: Remove RdbhostConnection
Show description for c3f99e5
phdru
committed
c3f99e5
View commit details
Copy full SHA for c3f99e5
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
Merge pull request #150 from elfring/use_augmented_assignments_2
Show description for be3983e
phdru
authored
be3983e
View commit details
Copy full SHA for be3983e
View code at this point
Browse repository at this point
Fix(pgconnection): Adapt Postgres exception handling to `psycopg2` 2.8
Show description for 85bae29
phdru
committed
85bae29
View commit details
Copy full SHA for 85bae29
View code at this point
Browse repository at this point
Commits on Apr 21, 2019
Usage of augmented assignment statements
Show description for 4325abb
elfring
committed
4325abb
View commit details
Copy full SHA for 4325abb
View code at this point
Browse repository at this point
Commits on Mar 2, 2019
Refactor(compat.py): Rename `stuff` to `description`
phdru
committed
be130c3
View commit details
Copy full SHA for be130c3
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Tests: Fix DeprecationWarning from pytest.raises(..., "code")
phdru
committed
570cf8d
View commit details
Copy full SHA for 570cf8d
View code at this point
Browse repository at this point
Commits on Feb 11, 2019
Feat(compat): Use imp for Python 2, importlib for Python 3
Show description for 8cf109f
phdru
committed
8cf109f
View commit details
Copy full SHA for 8cf109f
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
Release 3.7.1
phdru
committed
928cf63
View commit details
Copy full SHA for 928cf63
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
Style: Fix flake8 error E117 over-indented
phdru
committed
ac1e0a9
View commit details
Copy full SHA for ac1e0a9
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Tests(mysqlclient): Fix "index is too long"
phdru
committed
61490a3
View commit details
Copy full SHA for 61490a3
View code at this point
Browse repository at this point
Fix(mysql): Fix unicode errors in mysqlclient
phdru
committed
e4cad6d
View commit details
Copy full SHA for e4cad6d
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Style: Ignore flake8 W504 line break after binary operator
phdru
committed
62156a3
View commit details
Copy full SHA for 62156a3
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Prepare for the next release
phdru
committed
f788aca
View commit details
Copy full SHA for f788aca
View code at this point
Browse repository at this point
Release 3.7.0
phdru
committed
b1fd695
View commit details
Copy full SHA for b1fd695
View code at this point
Browse repository at this point
Commits on Jun 3, 2018
Feat(postgres): Remove psycopg1
phdru
committed
1ab0c67
View commit details
Copy full SHA for 1ab0c67
View code at this point
Browse repository at this point
Fix(mysql): Fix SSL-related parameters for MySQL-connector
Show description for 5f8e6ec
phdru
committed
5f8e6ec
View commit details
Copy full SHA for 5f8e6ec
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
Build, docs: pypi.python.org => pypi.org
phdru
committed
fec1260
View commit details
Copy full SHA for fec1260
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.