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 }}
elfring
/
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
tests
on
master
User selector
All users
Datepicker
All time
Commit history
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 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 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 Mar 10, 2018
Add signals on commit and rollback
Scott Stahl
authored and
phdru
committed
a2579ba
View commit details
Copy full SHA for a2579ba
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
Tests(blob): Use byte string for test
phdru
committed
2a7d285
View commit details
Copy full SHA for 2a7d285
View code at this point
Browse repository at this point
Added test for 2a1839364d1a3b4ba260ede53886526ee8cd4860
Michael S. Root
committed
4ec8342
View commit details
Copy full SHA for 4ec8342
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Tests: Add a test for truediv on SQLite
phdru
committed
ae48275
View commit details
Copy full SHA for ae48275
View code at this point
Browse repository at this point
Added minimal unit tests for __truediv__ and __floordiv__
Michael S. Root
committed
ebcecd5
View commit details
Copy full SHA for ebcecd5
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
Cleanup: Fix flake8 E741 ambiguous variable name 'l'
phdru
committed
1ded887
View commit details
Copy full SHA for 1ded887
View code at this point
Browse repository at this point
Cleanup: Fix flake8 E722 do not use bare except
phdru
committed
a270c35
View commit details
Copy full SHA for a270c35
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
Tests: Fix a bug with sqlite-memory
Show description for 48ddb3a
phdru
committed
48ddb3a
View commit details
Copy full SHA for 48ddb3a
View code at this point
Browse repository at this point
Commits on Jul 23, 2017
Fix(CI): Disable microseconds for MySQL at Travis
phdru
committed
57316af
View commit details
Copy full SHA for 57316af
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
Add test_csvimport.py
phdru
committed
a5531c8
View commit details
Copy full SHA for a5531c8
View code at this point
Browse repository at this point
Commits on May 4, 2017
Convert '0'/'1' (from ODBC) to bool in BoolCol
phdru
committed
e506c2c
View commit details
Copy full SHA for e506c2c
View code at this point
Browse repository at this point
Test for __nonzero__ under Python 2, __bool__ under Python 3 in BoolCol
phdru
committed
d1ff60d
View commit details
Copy full SHA for d1ff60d
View code at this point
Browse repository at this point
Commits on Mar 26, 2017
Fix tests under Python 3.6 + SQLite memory DB
phdru
committed
aa993f0
View commit details
Copy full SHA for aa993f0
View code at this point
Browse repository at this point
Commits on Mar 25, 2017
Disable microseconds at AppVeyor for MySQL
phdru
committed
0faf966
View commit details
Copy full SHA for 0faf966
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
Fix tests: getConnectionURI() can raise AttributeError under Sphinx
phdru
committed
c096226
View commit details
Copy full SHA for c096226
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Ignore error in case we don't have DROP permission
phdru
committed
b313c1f
View commit details
Copy full SHA for b313c1f
View code at this point
Browse repository at this point
Fix test_auto.py: turn off microseconds for MS SQL
phdru
committed
afe2ca4
View commit details
Copy full SHA for afe2ca4
View code at this point
Browse repository at this point
Fix concatenation operator for MSSQL/Sybase
phdru
committed
3d86b18
View commit details
Copy full SHA for 3d86b18
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
Fix string.find - it returns -1 on error
phdru
committed
94fbfc6
View commit details
Copy full SHA for 94fbfc6
View code at this point
Browse repository at this point
Refactor skipping DB-specific test
Show description for 05471b8
phdru
committed
05471b8
View commit details
Copy full SHA for 05471b8
View code at this point
Browse repository at this point
Fix flake8 warning: change indent due to shorter class name
phdru
committed
da5a72b
View commit details
Copy full SHA for da5a72b
View code at this point
Browse repository at this point
Fix test: convert mx.DateTime to date
phdru
committed
c479b9b
View commit details
Copy full SHA for c479b9b
View code at this point
Browse repository at this point
Fix tests for Firebird: shorten table names
Show description for e527ceb
phdru
committed
e527ceb
View commit details
Copy full SHA for e527ceb
View code at this point
Browse repository at this point
Fix tests for Firebird: prevent microseconds
Show description for 9404c10
phdru
committed
9404c10
View commit details
Copy full SHA for 9404c10
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
Skip test_sslmode on w32
phdru
committed
3c3ff7f
View commit details
Copy full SHA for 3c3ff7f
View code at this point
Browse repository at this point
Fix test_parse_uri.py on w32
phdru
committed
1e0411e
View commit details
Copy full SHA for 1e0411e
View code at this point
Browse repository at this point
Fix test for Firebird: skip RLIKE test
Show description for 5482827
phdru
committed
5482827
View commit details
Copy full SHA for 5482827
View code at this point
Browse repository at this point
Fix tests for Firebird
Show description for 2ac082b
phdru
committed
2ac082b
View commit details
Copy full SHA for 2ac082b
View code at this point
Browse repository at this point
Commits on Jan 4, 2017
Fix unicode test: convert everything to bytes under Py2
phdru
committed
53d55b9
View commit details
Copy full SHA for 53d55b9
View code at this point
Browse repository at this point
Remove test where dbEncoding for a column differs from database
phdru
committed
eca92f1
View commit details
Copy full SHA for eca92f1
View code at this point
Browse repository at this point
Commits on Jan 1, 2017
Fix tests: convert data to lists and tuples
Show description for 83dd268
phdru
committed
83dd268
View commit details
Copy full SHA for 83dd268
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.