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 }}
litek
/
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
Breadcrumbs
History for
node-sql
lib
node
on
revert-array-changes
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 5, 2016
jshint: tabs to spaces
iamcharliegoddard
committed
c7a36a3
View commit details
Copy full SHA for c7a36a3
View code at this point
Browse repository at this point
jshint: ignore:line
iamcharliegoddard
committed
888c4e5
View commit details
Copy full SHA for 888c4e5
View code at this point
Browse repository at this point
jshint: unused variables
iamcharliegoddard
committed
f2016ac
View commit details
Copy full SHA for f2016ac
View code at this point
Browse repository at this point
jshint: Use '!==' to compare with 'undefined'
iamcharliegoddard
committed
930ec22
View commit details
Copy full SHA for 930ec22
View code at this point
Browse repository at this point
jshint: missing semicolon
iamcharliegoddard
committed
93afffe
View commit details
Copy full SHA for 93afffe
View code at this point
Browse repository at this point
Commits on Jan 3, 2016
Issue-266: on create added UNIQUE column constraint
iamcharliegoddard
committed
bc2c205
View commit details
Copy full SHA for bc2c205
View code at this point
Browse repository at this point
Commits on Nov 13, 2015
Add left-join support to subQuery
barryhammen
committed
c6b0d10
View commit details
Copy full SHA for c6b0d10
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Merge pull request #271 from ericjperry/master
Show description for 0e7e04a
brianc
committed
0e7e04a
View commit details
Copy full SHA for 0e7e04a
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
returning() defaults to '*'
elmigranto
committed
bf212de
View commit details
Copy full SHA for bf212de
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
Added configurability for dialects
ericjperry
committed
0ee3d2c
View commit details
Copy full SHA for 0ee3d2c
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
Merge branch 'fix-186'
Show description for 08a7a60
edudutra
committed
08a7a60
View commit details
Copy full SHA for 08a7a60
View code at this point
Browse repository at this point
Merge pull request #259 from edudutra/create-view
Show description for b5fc980
brianc
committed
b5fc980
View commit details
Copy full SHA for b5fc980
View code at this point
Browse repository at this point
Merge pull request #262 from paytm/master
Show description for 367881a
brianc
committed
367881a
View commit details
Copy full SHA for 367881a
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
Added notBeteen dialect
Nikhil Ranjan
committed
a711458
View commit details
Copy full SHA for a711458
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
Addes Create View Support - closes #245
edudutra
committed
da6150e
View commit details
Copy full SHA for da6150e
View code at this point
Browse repository at this point
Commits on Aug 12, 2015
implements creation of index with columns in descending direction as
Show description for 279600a
edudutra
committed
279600a
View commit details
Copy full SHA for 279600a
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
add DISTINCT ON support for Postgres
Bergwinkl Thomas
committed
d42d024
View commit details
Copy full SHA for d42d024
View code at this point
Browse repository at this point
Commits on May 13, 2015
- Added proper DISTINCT functionality.
danrzeppa
committed
ef5433b
View commit details
Copy full SHA for ef5433b
View code at this point
Browse repository at this point
Commits on Apr 30, 2015
Added TRUNCATE TABLE command.
danrzeppa
committed
01fe04a
View commit details
Copy full SHA for 01fe04a
View code at this point
Browse repository at this point
Commits on Apr 15, 2015
Merge pull request #225 from dorianj/pg-subfields
Show description for e1e46e1
brianc
committed
e1e46e1
View commit details
Copy full SHA for e1e46e1
View code at this point
Browse repository at this point
Merge pull request #230 from richardfickling/DF-add-on-duplicate-key
Show description for 60c46e5
brianc
committed
60c46e5
View commit details
Copy full SHA for 60c46e5
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Adding iRegex and notIRegex.
Paul King
committed
e2c4c9f
View commit details
Copy full SHA for e2c4c9f
View code at this point
Browse repository at this point
Commits on Mar 26, 2015
Add ON DUPLICATE KEY support for MySQL
dickfickling
committed
1385c77
View commit details
Copy full SHA for 1385c77
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Add support for accessing PG composite types (UDT)
Show description for 5566e04
Dorian Johnson
committed
5566e04
View commit details
Copy full SHA for 5566e04
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
Support for temporary tables.
danrzeppa
committed
63e3cbb
View commit details
Copy full SHA for 63e3cbb
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
add match operator for text search
jfgirard
committed
b23ac3e
View commit details
Copy full SHA for b23ac3e
View code at this point
Browse repository at this point
Commits on Jan 19, 2015
Support for AND and OR without having to first use WHERE
danrzeppa
committed
0990d77
View commit details
Copy full SHA for 0990d77
View code at this point
Browse repository at this point
Merge pull request #204 from danrzeppa/master
Show description for 20d4575
brianc
committed
20d4575
View commit details
Copy full SHA for 20d4575
View code at this point
Browse repository at this point
Fix indents.
danrzeppa
committed
b3a0206
View commit details
Copy full SHA for b3a0206
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
Harmless select in case of invalid insert attempt
Hitesh
committed
62f154d
View commit details
Copy full SHA for 62f154d
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
Merge remote-tracking branch 'upstream/master'
Show description for 73c9b4d
Hitesh
committed
73c9b4d
View commit details
Copy full SHA for 73c9b4d
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
support empty array where clause
Bergwinkl Thomas
committed
233e352
View commit details
Copy full SHA for 233e352
View code at this point
Browse repository at this point
Commits on Jan 2, 2015
Handling case for empty array in insert
Hitesh
committed
91238f8
View commit details
Copy full SHA for 91238f8
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Check to avoid select statement in case of empty insert
Hitesh
committed
fff8d89
View commit details
Copy full SHA for fff8d89
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Add support for NOT NULL in create statement
FissionCat
committed
e5ebead
View commit details
Copy full SHA for e5ebead
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.