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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
implustech
/
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
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 31, 2013
make where clause immutable
diwu1989
committed
e938ea3
View commit details
Copy full SHA for e938ea3
View code at this point
Browse repository at this point
make insert clause immutable
diwu1989
committed
b449d23
View commit details
Copy full SHA for b449d23
View code at this point
Browse repository at this point
Merge branch 'master' into dev
Show description for f7bcb28
diwu1989
committed
f7bcb28
View commit details
Copy full SHA for f7bcb28
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
Merge branch 'master' into dev
Show description for 7eae8bf
Di Wu
committed
7eae8bf
View commit details
Copy full SHA for 7eae8bf
View code at this point
Browse repository at this point
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
Merge branch 'master' into dev
Di Wu
committed
26ba935
View commit details
Copy full SHA for 26ba935
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
refactor out subquery condition check, added test for subquery specific functions
Di Wu
committed
244aa3b
View commit details
Copy full SHA for 244aa3b
View code at this point
Browse repository at this point
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
create on indexes
sdepold
committed
d61bdae
View commit details
Copy full SHA for d61bdae
View code at this point
Browse repository at this point
Commits on May 19, 2013
added methods for reading indexes
sdepold
committed
0bd0ee7
View commit details
Copy full SHA for 0bd0ee7
View code at this point
Browse repository at this point
Commits on May 11, 2013
use new get method
sdepold
committed
e29c18e
View commit details
Copy full SHA for e29c18e
View code at this point
Browse repository at this point
Commits on May 10, 2013
remove redundant
brianc
committed
b4c9fa4
View commit details
Copy full SHA for b4c9fa4
View code at this point
Browse repository at this point
Allow chainable selects
brianc
committed
951a55b
View commit details
Copy full SHA for 951a55b
View code at this point
Browse repository at this point
Commits on May 6, 2013
Add ability to call #where with multiple arguments
Show description for 5b39545
brianc
committed
5b39545
View commit details
Copy full SHA for 5b39545
View code at this point
Browse repository at this point
Commits on May 3, 2013
Add 'toQuery' to the prototype of all nodes
Show description for a093b4c
brianc
committed
a093b4c
View commit details
Copy full SHA for a093b4c
View code at this point
Browse repository at this point
Commits on Apr 21, 2013
Add rename clause for alter table
Chaoran Yang
committed
bcf08b7
View commit details
Copy full SHA for bcf08b7
View code at this point
Browse repository at this point
Commits on Mar 28, 2013
minor cleanup, mostly related to function vs block scoping
Eric Sessoms
committed
680fd90
View commit details
Copy full SHA for 680fd90
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
cleanup node inheritance
brianc
committed
aeaf009
View commit details
Copy full SHA for aeaf009
View code at this point
Browse repository at this point
use sliced for argument slicing
brianc
committed
7306e0e
View commit details
Copy full SHA for 7306e0e
View code at this point
Browse repository at this point
allow select to take array of columns
brianc
committed
1f1f5cb
View commit details
Copy full SHA for 1f1f5cb
View code at this point
Browse repository at this point
allow shortcut where clauses in 'and' and 'or'
brianc
committed
6a469fd
View commit details
Copy full SHA for 6a469fd
View code at this point
Browse repository at this point
remove copy/pasta looking code
brianc
committed
2b884c3
View commit details
Copy full SHA for 2b884c3
View code at this point
Browse repository at this point
allow order clause to accept array of columns
brianc
committed
b76e8bd
View commit details
Copy full SHA for b76e8bd
View code at this point
Browse repository at this point
allow group to accept array of columns
brianc
committed
779fcc6
View commit details
Copy full SHA for 779fcc6
View code at this point
Browse repository at this point
make delete take where clause directly
brianc
committed
9a77ca0
View commit details
Copy full SHA for 9a77ca0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.