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
query.js
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
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 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 Sep 14, 2015
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
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 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 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 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 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
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 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 Aug 26, 2014
accept arrays and multiple arguments in from clause
bgag
committed
d7bfcb7
View commit details
Copy full SHA for d7bfcb7
View code at this point
Browse repository at this point
Commits on Mar 26, 2014
[ADD] FOR UPDATE and FOR SHARE statements
rubymaniac
committed
5f0b3ba
View commit details
Copy full SHA for 5f0b3ba
View code at this point
Browse repository at this point
Commits on Nov 25, 2013
Add support for CASCADE in DROP TABLE.
jonnsl
committed
1007235
View commit details
Copy full SHA for 1007235
View code at this point
Browse repository at this point
Commits on Oct 30, 2013
support for deletions with joins
tmont
committed
080cc33
View commit details
Copy full SHA for 080cc33
View code at this point
Browse repository at this point
Commits on Oct 8, 2013
fixed issue when doing '.select(a.id, [ b.id, b.name ])'
tmont
committed
f0ce6b3
View commit details
Copy full SHA for f0ce6b3
View code at this point
Browse repository at this point
Commits on Sep 23, 2013
Added 'parameter(value)' method to 'query' node to manually added parameter values to a query. If inline text added to a query includes a parameter, like '$1', then calling 'parameter(v)' allows '$…
Show description for e1d42c2
paul-tfr
committed
e1d42c2
View commit details
Copy full SHA for e1d42c2
View code at this point
Browse repository at this point
Added 'parameter(value)' method to 'query' node to manually added parameter values to a query. If inline text added to a query includes a parameter, like '$1', then calling 'parameter(v)' allows '$…
Show description for 01ddd0f
paul-tfr
committed
01ddd0f
View commit details
Copy full SHA for 01ddd0f
View code at this point
Browse repository at this point
Commits on Sep 13, 2013
Improved support for mapping javascript properties to columns. Objects passed to insert, update can use property names, and they get mapped to column names. If a column's property name different th…
Show description for fd6291a
paul-tfr
committed
fd6291a
View commit details
Copy full SHA for fd6291a
View code at this point
Browse repository at this point
Commits on Aug 4, 2013
indexesCauses typo, corrected to indexesClause
Di Wu
committed
6d1c239
View commit details
Copy full SHA for 6d1c239
View code at this point
Browse repository at this point
Commits on Jul 28, 2013
new version of jshint caught some new issues, fixing issues
Di Wu
committed
ba9823d
View commit details
Copy full SHA for ba9823d
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
refactor query.js
Di Wu
committed
22c3be0
View commit details
Copy full SHA for 22c3be0
View code at this point
Browse repository at this point
refactor Query.order to fit the style of Query.select
Di Wu
committed
000fc39
View commit details
Copy full SHA for 000fc39
View code at this point
Browse repository at this point
Commits on Jun 26, 2013
allow multiple order() calls
sma
committed
119600e
View commit details
Copy full SHA for 119600e
View code at this point
Browse repository at this point
Commits on Jun 25, 2013
Add support for EXISTS and NOT EXISTS expressions
Show description for 9d71981
kevinoid
committed
9d71981
View commit details
Copy full SHA for 9d71981
View code at this point
Browse repository at this point
Commits on Jun 23, 2013
adding some toString tests and refactoring parameterNode creation logic
Di Wu
committed
c221d1a
View commit details
Copy full SHA for c221d1a
View code at this point
Browse repository at this point
Commits on Jun 10, 2013
Adding having clause and tests
Di Wu
committed
70053bc
View commit details
Copy full SHA for 70053bc
View code at this point
Browse repository at this point
Commits on Jun 7, 2013
fixed everything necessary to make sql.create work
spion
committed
dac9724
View commit details
Copy full SHA for dac9724
View code at this point
Browse repository at this point
Commits on Jun 4, 2013
fix spacing in comments
Di Wu
committed
e6ea201
View commit details
Copy full SHA for e6ea201
View code at this point
Browse repository at this point
Commits on May 21, 2013
added support for dropping indexes
sdepold
committed
7d4b4a7
View commit details
Copy full SHA for 7d4b4a7
View code at this point
Browse repository at this point
Commits on May 20, 2013
creating indexes is now based on chaining
sdepold
committed
60a52dc
View commit details
Copy full SHA for 60a52dc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.