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 }}
felexx90
/
node-sql
Public
forked from
brianc/node-sql
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
Datepicker
All time
Commit history
Commits on Oct 17, 2017
change assert for not nodejs projects
felexx90
committed
75f4bcf
View commit details
Copy full SHA for 75f4bcf
Browse repository at this point
change assert for not nodejs projects
felexx90
committed
c21a9a9
View commit details
Copy full SHA for c21a9a9
Browse repository at this point
change assert for not nodejs projects
felexx90
committed
b3b349e
View commit details
Copy full SHA for b3b349e
Browse repository at this point
Commits on Aug 6, 2017
Bump version
brianc
committed
95d775a
View commit details
Copy full SHA for 95d775a
Browse repository at this point
Exposes function creation to allow use of unsupported functions (#371)
hstanford
authored and
brianc
committed
c7334f3
View commit details
Copy full SHA for c7334f3
Browse repository at this point
Commits on Jul 31, 2017
Bump version
brianc
committed
9135b0b
View commit details
Copy full SHA for 9135b0b
Browse repository at this point
Fix order method with empty array generates invalid SQL (#364)
ordoghl
authored and
brianc
committed
9173f92
View commit details
Copy full SHA for 9173f92
Browse repository at this point
Support REPLACE (#368)
Show description for 1fbaf62
lukechilds
authored and
brianc
committed
1fbaf62
View commit details
Copy full SHA for 1fbaf62
Browse repository at this point
Commits on Jun 1, 2017
Bump version
brianc
committed
f135dfc
View commit details
Copy full SHA for f135dfc
Browse repository at this point
add missing function `setDialect` (#359)
Show description for 3688b02
zenlor
authored and
brianc
committed
3688b02
View commit details
Copy full SHA for 3688b02
Browse repository at this point
Commits on May 23, 2017
Bump version
brianc
committed
0da386c
View commit details
Copy full SHA for 0da386c
Browse repository at this point
Adding types v1 (#357)
Show description for f942054
3n-mb
authored and
brianc
committed
f942054
View commit details
Copy full SHA for f942054
Browse repository at this point
Commits on Apr 17, 2017
Fix broken Markdown headings (#353)
bryant1410
authored and
brianc
committed
6defdca
View commit details
Copy full SHA for 6defdca
Browse repository at this point
Commits on Apr 14, 2017
Bump version
brianc
committed
7187f75
View commit details
Copy full SHA for 7187f75
Browse repository at this point
use browserify-safe require statements (#352)
Show description for 1af2a33
zenlor
authored and
brianc
committed
1af2a33
View commit details
Copy full SHA for 1af2a33
Browse repository at this point
Commits on Feb 8, 2017
Bump version
brianc
committed
6d20ddd
View commit details
Copy full SHA for 6d20ddd
Browse repository at this point
add OR IGNORE for sqlite (#347)
Show description for 73bf260
katz12
authored and
brianc
committed
73bf260
View commit details
Copy full SHA for 73bf260
Browse repository at this point
Commits on Dec 20, 2016
Bump version
brianc
committed
bc02f78
View commit details
Copy full SHA for bc02f78
Browse repository at this point
Check instanceof Date. (#310)
Show description for 4533b36
braddunbar
authored and
brianc
committed
4533b36
View commit details
Copy full SHA for 4533b36
Browse repository at this point
add defaultValue parameter when creating tables (#311)
kanthoney
authored and
brianc
committed
2808409
View commit details
Copy full SHA for 2808409
Browse repository at this point
Fix Table.hasColumn for columns with custom property names (#322)
Show description for f941c74
madebyherzblut
authored and
brianc
committed
f941c74
View commit details
Copy full SHA for f941c74
Browse repository at this point
Add date time interval functionality to postgres and mysql dialects (#326)
Show description for 72aff90
kanthoney
authored and
brianc
committed
72aff90
View commit details
Copy full SHA for 72aff90
Browse repository at this point
Added value expression for ? operator "contain key" (#334)
petrovi4
authored and
brianc
committed
1049cd7
View commit details
Copy full SHA for 1049cd7
Browse repository at this point
Fix issue when calling insert with an object that has a length property instead of an array. (#337)
KyleLilly
authored and
brianc
committed
301840e
View commit details
Copy full SHA for 301840e
Browse repository at this point
Fix adding/dropping columns with oracle. (#338)
KyleLilly
authored and
brianc
committed
b2278ff
View commit details
Copy full SHA for b2278ff
Browse repository at this point
the ON CONFLICT feature for #PostgreSQL was missing camelcase support… (#342)
Show description for cc897ca
rohitishere1
authored and
brianc
committed
cc897ca
View commit details
Copy full SHA for cc897ca
Browse repository at this point
Commits on Oct 19, 2016
Bump version
brianc
committed
3f48a69
View commit details
Copy full SHA for 3f48a69
Browse repository at this point
Add support for ON CONFLICT as a support for upserts in PostgreSQL (#335)
Show description for f10abbe
rohitishere1
authored and
brianc
committed
f10abbe
View commit details
Copy full SHA for f10abbe
Browse repository at this point
Commits on Aug 30, 2016
Bump version
brianc
committed
5ec7827
View commit details
Copy full SHA for 5ec7827
Browse repository at this point
Alias a query with AS (#329)
Show description for eba2de6
danrzeppa
authored and
brianc
committed
eba2de6
View commit details
Copy full SHA for eba2de6
Browse repository at this point
Commits on Jul 20, 2016
Bump version
brianc
committed
b987e5c
View commit details
Copy full SHA for b987e5c
Browse repository at this point
Use count(*) syntax for MySQL instead of count(`table`.*) (#325)
kanthoney
authored and
brianc
committed
6786f50
View commit details
Copy full SHA for 6786f50
Browse repository at this point
Commits on Jun 16, 2016
_.isArray -> Array.isArray (#309)
braddunbar
authored and
brianc
committed
cf928ee
View commit details
Copy full SHA for cf928ee
Browse repository at this point
Commits on May 26, 2016
Bump version
brianc
committed
e6b40a9
View commit details
Copy full SHA for e6b40a9
Browse repository at this point
Fix sqlite date functions for epoch (#319)
barryhammen
authored and
brianc
committed
bc4d8d9
View commit details
Copy full SHA for bc4d8d9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.