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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sqlobject
/
sqlobject
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
156
Code
Issues
2
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlobject
sqlobject
main.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 29, 2023
Feat: `sqlmeta.idSize` to set `id` size
phdru
committed
a0459c0
View commit details
Copy full SHA for a0459c0
View code at this point
Browse repository at this point
Feat: `idType` must be either `int` or `str`
phdru
committed
c830a55
View commit details
Copy full SHA for c830a55
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 5, 2019
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 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 May 7, 2017
Stop supporting Python 2.6
phdru
committed
3d2bf5a
View commit details
Copy full SHA for 3d2bf5a
View code at this point
Browse repository at this point
Support for Python 2.6 is declared obsolete
Show description for 83dc573
phdru
committed
83dc573
View commit details
Copy full SHA for 83dc573
View code at this point
Browse repository at this point
Commits on Aug 10, 2016
Rename reStructuredText file from *.txt to *.rst
Show description for e17be44
phdru
committed
e17be44
View commit details
Copy full SHA for e17be44
View code at this point
Browse repository at this point
Commits on Jan 18, 2016
Fix __name__ typo
Neil
committed
2c89eae
View commit details
Copy full SHA for 2c89eae
View code at this point
Browse repository at this point
Add hash function
Neil
committed
7827ef2
View commit details
Copy full SHA for 7827ef2
View code at this point
Browse repository at this point
Commits on Mar 21, 2015
Simplify and unify testing of sys.version
phdru
committed
07d1c3d
View commit details
Copy full SHA for 07d1c3d
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Only encode column names on python 2
Neil
committed
c40e7ca
View commit details
Copy full SHA for c40e7ca
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
Protect against dictionary changes in loop
Neil
committed
c3223bc
View commit details
Copy full SHA for c3223bc
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Merge pull request #86 from drnlm/add_compatability_types
Show description for a680896
phdru
committed
a680896
View commit details
Copy full SHA for a680896
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Add compatability type for isinstance(x, unicode) checks
Neil
committed
d7c18e4
View commit details
Copy full SHA for d7c18e4
View code at this point
Browse repository at this point
standardise isinstance test
Neil
committed
d7f0074
View commit details
Copy full SHA for d7f0074
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Ensure toUpdate is a list
Neil
committed
89e4d26
View commit details
Copy full SHA for 89e4d26
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
drop xrange
Neil
committed
4513d2e
View commit details
Copy full SHA for 4513d2e
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Merge pull request #80 from lukmdo/pytest_show_py3_errors
Show description for 7d74887
phdru
committed
7d74887
View commit details
Copy full SHA for 7d74887
View code at this point
Browse repository at this point
make pytest report py3 issues
lukmdo
committed
a5c1389
View commit details
Copy full SHA for a5c1389
View code at this point
Browse repository at this point
Fix flake8 E731 do not assign a lambda expression, use a def
phdru
committed
7a7216e
View commit details
Copy full SHA for 7a7216e
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
Fix flake8 E226 missing whitespace around arithmetic operator
phdru
committed
f89bd3c
View commit details
Copy full SHA for f89bd3c
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
Fix #43 flake8 E712 comparison to bool should be 'if cond is' or 'if cond'
phdru
committed
98a255b
View commit details
Copy full SHA for 98a255b
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Fix #49: rename loop variables instead of del
phdru
committed
80b163b
View commit details
Copy full SHA for 80b163b
View code at this point
Browse repository at this point
Fix #49 flake8 F812 list comprehension redefines 'name'
Show description for 12fb506
phdru
committed
12fb506
View commit details
Copy full SHA for 12fb506
View code at this point
Browse repository at this point
Fix #37 flake8 E122 continuation line missing indentation
phdru
committed
60394d4
View commit details
Copy full SHA for 60394d4
View code at this point
Browse repository at this point
Fix #40: E713 - test for membership should be 'not in'
Neil
committed
95d589a
View commit details
Copy full SHA for 95d589a
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
Fix #42 flake8 E124 closing bracket does not match visual indentation
phdru
committed
82df1ca
View commit details
Copy full SHA for 82df1ca
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Fix #33 flake8 F402 import 'name' shadowed by loop variable
phdru
committed
e2045ea
View commit details
Copy full SHA for e2045ea
View code at this point
Browse repository at this point
Fix #25 flake8 E502 backslash is redundant between brackets
phdru
committed
272211a
View commit details
Copy full SHA for 272211a
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
Merge branch 'flake8-fixes'
phdru
committed
18c1496
View commit details
Copy full SHA for 18c1496
View code at this point
Browse repository at this point
Fix flake8 E711 - comparison to None should be 'if cond is (not) None:'
Neil
committed
a4cb726
View commit details
Copy full SHA for a4cb726
View code at this point
Browse repository at this point
Fix #31 flake8 E129
Show description for d7b80b7
phdru
committed
d7b80b7
View commit details
Copy full SHA for d7b80b7
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Fix flake8 E303 - Too many blank lines
Neil
committed
08779bb
View commit details
Copy full SHA for 08779bb
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Fix flake8 E271 - multiple spaces after keyword
Neil
committed
dccae47
View commit details
Copy full SHA for dccae47
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.