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 }}
elfscript
/
unqlite-python
Public
forked from
coleifer/unqlite-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 11, 2017
Remove bad link. Resolves #36.
Charles Leifer
committed
dbaf05d
View commit details
Copy full SHA for dbaf05d
Browse repository at this point
Commits on Mar 23, 2017
Merge pull request #35 from jtriley/patch-1
Show description for 356b7c3
coleifer
authored
356b7c3
View commit details
Copy full SHA for 356b7c3
Browse repository at this point
s/cython/Cython in setup.py to fix install
Show description for 3899601
jtriley
authored
3899601
View commit details
Copy full SHA for 3899601
Browse repository at this point
Commits on Aug 22, 2016
Version 0.6.0
Charles Leifer
committed
c30198a
View commit details
Copy full SHA for c30198a
Browse repository at this point
Update manifest
Charles Leifer
committed
a47b1d7
View commit details
Copy full SHA for a47b1d7
Browse repository at this point
Do not use source amalgamation, as it is missing important bugfixes.
Charles Leifer
committed
b68bdc0
View commit details
Copy full SHA for b68bdc0
Browse repository at this point
Commits on Aug 17, 2016
Update README.md
coleifer
authored
c64182f
View commit details
Copy full SHA for c64182f
Browse repository at this point
Add warning to README
Charles Leifer
committed
f234c86
View commit details
Copy full SHA for f234c86
Browse repository at this point
Cursor error test case.
Charles Leifer
committed
6325bdb
View commit details
Copy full SHA for 6325bdb
Browse repository at this point
Add test for cursor bug.
Charles Leifer
committed
35b5435
View commit details
Copy full SHA for 35b5435
Browse repository at this point
Upgrading UnQLite to the 1.1.6 release.
Charles Leifer
committed
110e967
View commit details
Copy full SHA for 110e967
Browse repository at this point
Commits on Jun 25, 2016
Fix #27, clarify fetch(0) and delete(0) in docs.
coleifer
committed
800c68c
View commit details
Copy full SHA for 800c68c
Browse repository at this point
Commits on Jun 16, 2016
Merge pull request #26 from adamchainz/readthedocs.io
Show description for d9f61ba
coleifer
authored
d9f61ba
View commit details
Copy full SHA for d9f61ba
Browse repository at this point
Convert readthedocs links for their .org -> .io migration for hosted projects
Show description for b8c2f7b
Adam Chainz
committed
b8c2f7b
View commit details
Copy full SHA for b8c2f7b
Browse repository at this point
Commits on May 31, 2016
Fixes #25, raise UnQLiteError and set `errno` field.
coleifer
committed
30ab840
View commit details
Copy full SHA for 30ab840
Browse repository at this point
Commits on Apr 13, 2016
0.5.3
Charles Leifer
committed
4dafec6
View commit details
Copy full SHA for 4dafec6
Browse repository at this point
Fix #23
Charles Leifer
committed
ca94346
View commit details
Copy full SHA for ca94346
Browse repository at this point
Commits on Mar 30, 2016
0.5.2
Charles Leifer
committed
959c29c
View commit details
Copy full SHA for 959c29c
Browse repository at this point
Commits on Feb 22, 2016
Merge pull request #21 from irpab/urandom-fd-leak-fix
Show description for 5e856d8
coleifer
committed
5e856d8
View commit details
Copy full SHA for 5e856d8
Browse repository at this point
fix leaking fd while using urandom
irpab
committed
3980a73
View commit details
Copy full SHA for 3980a73
Browse repository at this point
Commits on Feb 9, 2016
updating docs, fixes #20
coleifer
committed
c7c82d2
View commit details
Copy full SHA for c7c82d2
Browse repository at this point
Commits on Feb 1, 2016
0.5.1
coleifer
committed
41bf6be
View commit details
Copy full SHA for 41bf6be
Browse repository at this point
Fix encode()
coleifer
committed
b435220
View commit details
Copy full SHA for b435220
Browse repository at this point
Commits on Dec 9, 2015
docs update
coleifer
committed
3b66dd4
View commit details
Copy full SHA for 3b66dd4
Browse repository at this point
Requires cython.
coleifer
committed
c8f5f36
View commit details
Copy full SHA for c8f5f36
Browse repository at this point
manifest update.
coleifer
committed
7bc077e
View commit details
Copy full SHA for 7bc077e
Browse repository at this point
Version 0.5.0
coleifer
committed
c0239a1
View commit details
Copy full SHA for c0239a1
Browse repository at this point
Cleaning up some copypasta
coleifer
committed
ecbc51f
View commit details
Copy full SHA for ecbc51f
Browse repository at this point
No more pre-generated C file since we support 2.x and 3.x.
coleifer
committed
6126e1e
View commit details
Copy full SHA for 6126e1e
Browse repository at this point
Merge pull request #16 from Cito/py3_support
Show description for ef5e574
coleifer
committed
ef5e574
View commit details
Copy full SHA for ef5e574
Browse repository at this point
Commits on Oct 16, 2015
Allow storing data as byte strings in Python 3, too
Cito
committed
06dfa79
View commit details
Copy full SHA for 06dfa79
Browse repository at this point
If values can't be decoded in Python 3, leave them alone.
Show description for f75a35c
Cito
committed
f75a35c
View commit details
Copy full SHA for f75a35c
Browse repository at this point
Do not swallow KeyboardInterrupt exceptions etc.
Cito
committed
4c63daa
View commit details
Copy full SHA for 4c63daa
Browse repository at this point
Commits on Oct 14, 2015
Add support for Python 3
Show description for 6ee6762
Cito
committed
6ee6762
View commit details
Copy full SHA for 6ee6762
Browse repository at this point
Commits on Oct 13, 2015
Update docs reflecting py2 only.
coleifer
committed
5a0cc09
View commit details
Copy full SHA for 5a0cc09
Browse repository at this point
Previous
Next
You can’t perform that action at this time.