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
Type
/
to 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 }}
ncminh
/
fmdb
Public
forked from
ccgus/fmdb
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
busyloopback
User selector
All users
All time
Commit history
Commits on Apr 9, 2014
Notes on what's going on today.
ccgus
committed
5e987e0
View commit details
Copy full SHA for 5e987e0
Browse repository at this point
Merge branch 'master' of https://github.com/ccgus/fmdb into busyloopback
ccgus
committed
3ffd3dc
View commit details
Copy full SHA for 3ffd3dc
Browse repository at this point
notes.
ccgus
committed
85979c3
View commit details
Copy full SHA for 85979c3
Browse repository at this point
Moved some stuff around.
ccgus
committed
a55254d
View commit details
Copy full SHA for a55254d
Browse repository at this point
Commits on Apr 7, 2014
added batch sql splitter
V01dZer0
committed
2b7f7ad
View commit details
Copy full SHA for 2b7f7ad
Browse repository at this point
Commits on Mar 15, 2014
Merge branch 'master' of https://github.com/ccgus/fmdb into busyloopback
ccgus
committed
ad73814
View commit details
Copy full SHA for ad73814
Browse repository at this point
Merge pull request #240 from robertmryan/master
Show description for c41fe67
ccgus
committed
c41fe67
View commit details
Copy full SHA for c41fe67
Browse repository at this point
Commits on Mar 10, 2014
Update podspec
robertmryan
committed
e3c269c
View commit details
Copy full SHA for e3c269c
Browse repository at this point
Create FMDB.h to include all the standard includes; moved framework code into its own subdirectory, “fmdb”; renamed fmdb.m to main.m to avoid confusion with new FMDB.h file; moved .pch and main.m i…
Show description for ca95403
robertmryan
committed
ca95403
View commit details
Copy full SHA for ca95403
Browse repository at this point
Commits on Feb 28, 2014
Discovered sqlite3_busy_handler, and got to kill some ivars and code. busyTimeout has been replaced by setMaxBusyRetryTimeInterval: - this is a _lot_ better than adding loops everywhere.
August Mueller
committed
484b046
View commit details
Copy full SHA for 484b046
Browse repository at this point
Commits on Feb 12, 2014
Adding back in a loop for catching database busy errors. It needs to be added back in other spots as well, which I'll do - but I haven't thought of the best way to break out of the loop yet, so I'…
Show description for 995dbb5
ccgus
committed
995dbb5
View commit details
Copy full SHA for 995dbb5
Browse repository at this point
Commits on Jan 30, 2014
Merge pull request #229 from pietrasm/master
Show description for e42b50f
ccgus
committed
e42b50f
View commit details
Copy full SHA for e42b50f
Browse repository at this point
Commits on Jan 24, 2014
Added a static library for iOS.
pietrasm
committed
4ccc035
View commit details
Copy full SHA for 4ccc035
Browse repository at this point
Commits on Jan 20, 2014
More notes to self.
ccgus
committed
99bf192
View commit details
Copy full SHA for 99bf192
Browse repository at this point
Cleanup, and then while debugging a test, noticed that sqlite3_busy_timeout doesn't retry a sqlite3_step for you automatically. So that's a problem that I'll need to fix.
ccgus
committed
7daa30d
View commit details
Copy full SHA for 7daa30d
Browse repository at this point
Merge pull request #225 from DanOranges/master
Show description for f7e1a92
ccgus
committed
f7e1a92
View commit details
Copy full SHA for f7e1a92
Browse repository at this point
Removed an unnecessary header comment in FMDatabaseAdditions.h.
DanOranges
committed
ec5258a
View commit details
Copy full SHA for ec5258a
Browse repository at this point
Commits on Jan 18, 2014
Added in support for userVersion property
Show description for 1f09e62
DanOranges
committed
1f09e62
View commit details
Copy full SHA for 1f09e62
Browse repository at this point
Fixed [FMDatabase openWithFlags:] so it does not reopen the db unnecessarily
Show description for 294d54c
DanOranges
committed
294d54c
View commit details
Copy full SHA for 294d54c
Browse repository at this point
Commits on Jan 17, 2014
Contribs and notes.
ccgus
committed
d54f817
View commit details
Copy full SHA for d54f817
Browse repository at this point
Merge pull request #224 from mikeash/master
Show description for 018a7b8
ccgus
committed
018a7b8
View commit details
Copy full SHA for 018a7b8
Browse repository at this point
I hate tabs.
ccgus
committed
75b5ddd
View commit details
Copy full SHA for 75b5ddd
Browse repository at this point
Merge pull request #223 from hartdev/master
Show description for 929d1e9
ccgus
committed
929d1e9
View commit details
Copy full SHA for 929d1e9
Browse repository at this point
Fixed consistency problems with errorsOnCrash
David Hart
committed
cbb64d4
View commit details
Copy full SHA for cbb64d4
Browse repository at this point
Add a deadlock check to -[FMDatabaseQueue inDatabase:]
mikeash
committed
6fbd05f
View commit details
Copy full SHA for 6fbd05f
Browse repository at this point
Commits on Jan 13, 2014
Merge pull request #220 from robertmryan/master
Show description for 395f7b7
ccgus
committed
395f7b7
View commit details
Copy full SHA for 395f7b7
Browse repository at this point
Commits on Jan 11, 2014
Change the use of #if / #endif so that Xcode document items pop over doesn’t get confused. Now when you pull down the document items pop over, all methods are shown.
robertmryan
committed
04f2019
View commit details
Copy full SHA for 04f2019
Browse repository at this point
Commits on Jan 8, 2014
Cleanup and contribs.
ccgus
committed
9d989cc
View commit details
Copy full SHA for 9d989cc
Browse repository at this point
Commits on Jan 7, 2014
Header fix.
ccgus
committed
e6424da
View commit details
Copy full SHA for e6424da
Browse repository at this point
Might help to export the retry timeout interface for the tests! Also, new test to check @imoldmans' patches.
ccgus
committed
88ebd47
View commit details
Copy full SHA for 88ebd47
Browse repository at this point
improve type detect in FMDatabase.bindObject:obj when obj is a NSNumber
Show description for 72abbca
imoldman
committed
72abbca
View commit details
Copy full SHA for 72abbca
Browse repository at this point
Commits on Jan 1, 2014
Cleanup
ccgus
committed
74b01bd
View commit details
Copy full SHA for 74b01bd
Browse repository at this point
Commits on Dec 18, 2013
Fix for issue #211: Add 'databasePool:didAddDatabase:' method to FMDatabasePoolDelegate protocol
5at5ish
committed
3f8cee5
View commit details
Copy full SHA for 3f8cee5
Browse repository at this point
Commits on Dec 10, 2013
Notes on what's been going on.
ccgus
committed
3c6d3ca
View commit details
Copy full SHA for 3c6d3ca
Browse repository at this point
Merge branch 'master' of github.com:ccgus/fmdb into busyTimeout
ccgus
committed
8d2dac4
View commit details
Copy full SHA for 8d2dac4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.