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 }}
brianleroux
/
lawnchair
Public
Notifications
You must be signed in to change notification settings
Fork
240
Star
2.1k
Code
Issues
67
Pull requests
19
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Indexed db adapter - allow multiple records
- #175
#175
Open
paolooo
wants to merge 7 commits into
brianleroux:master
brianleroux/lawnchair:master
from
paolooo:indexed-db-multiple-records
paolooo/lawnchair:indexed-db-multiple-records
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Open
Indexed db adapter - allow multiple records
#175
paolooo
wants to merge 7 commits into
brianleroux:master
brianleroux/lawnchair:master
from
paolooo:indexed-db-multiple-records
paolooo/lawnchair:indexed-db-multiple-records
Copy head branch name to clipboard
Commits
Commits on Jul 30, 2013
Fixed an issue on webkit-sqlite key. See http://stackoverflow.com/questions/17868221/why-does-lawnchairs-webkit-sqlite-adapter-converts-key-to-string/17951999#17951999
paolooo
committed
136aa9a
View commit details
Copy full SHA for 136aa9a
Browse repository at this point
forgot to add convertInt2String method.
paolooo
committed
64754ed
View commit details
Copy full SHA for 64754ed
Browse repository at this point
Commits on Aug 1, 2013
A fix for indexed-db adapter. This will allow multiple records or object_stores by adding a list value on option.records = []. example: `var options = {adapter:'indexed-db', name:'db_name', record:…
Show description for d5575cd
paolooo
committed
d5575cd
View commit details
Copy full SHA for d5575cd
Browse repository at this point
A fix for indexed-db adapter. This will allow multiple records or object_stores by adding a list value on option.records = []. example: `var options = {adapter:'indexed-db', name:'db_name', record:…
Show description for 103b9bc
paolooo
committed
103b9bc
View commit details
Copy full SHA for 103b9bc
Browse repository at this point
records
paolooo
committed
7480e45
View commit details
Copy full SHA for 7480e45
Browse repository at this point
remove console.log
paolooo
committed
dbab619
View commit details
Copy full SHA for dbab619
Browse repository at this point
indexed-db multiple records
paolooo
committed
6dac596
View commit details
Copy full SHA for 6dac596
Browse repository at this point
You can’t perform that action at this time.