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
.
CSNW
/
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
test
on
sqlite-support
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 12, 2013
Added SQLite dialect
servant-42
committed
b4222fb
View commit details
Copy full SHA for b4222fb
View code at this point
Browse repository at this point
Commits on Feb 7, 2013
Merge branch 'master' into rename-column
benracine
committed
aea1255
View commit details
Copy full SHA for aea1255
View code at this point
Browse repository at this point
add rename column functionality
benracine
committed
90a8516
View commit details
Copy full SHA for 90a8516
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
Added support for passing an object to .where()
servant-42
committed
d3af816
View commit details
Copy full SHA for d3af816
View code at this point
Browse repository at this point
Commits on Feb 5, 2013
Merge pull request #29 from CSNW/drop-and-alter
Show description for 643bc09
brianc
committed
643bc09
View commit details
Copy full SHA for 643bc09
View code at this point
Browse repository at this point
Merge branch 'alter-table' into drop-and-alter
Show description for ebfc17b
servant-42
committed
ebfc17b
View commit details
Copy full SHA for ebfc17b
View code at this point
Browse repository at this point
Added DROP TABLE support and IF (NOT) EXISTS
servant-42
committed
f9c9d2a
View commit details
Copy full SHA for f9c9d2a
View code at this point
Browse repository at this point
Regression on column update logic where null values are throwing a NPE on val.toNode
Justin Reidy
committed
5a48302
View commit details
Copy full SHA for 5a48302
View code at this point
Browse repository at this point
Added ALTER TABLE support (add/drop column)
servant-42
committed
822e948
View commit details
Copy full SHA for 822e948
View code at this point
Browse repository at this point
Integrate and Merge changes from @prust
brianc
committed
73ba632
View commit details
Copy full SHA for 73ba632
View code at this point
Browse repository at this point
fix test
brianc
committed
deb36e5
View commit details
Copy full SHA for deb36e5
View code at this point
Browse repository at this point
Add support for setting to columns in addition to parameters in UPDATE statements
servant-42
committed
e66f1f9
View commit details
Copy full SHA for e66f1f9
View code at this point
Browse repository at this point
Commits on Feb 4, 2013
adding support for bulk inserts (ie inserting an array of objects)
Justin Reidy
committed
fb71175
View commit details
Copy full SHA for fb71175
View code at this point
Browse repository at this point
adding where...in support
Justin Reidy
committed
47e16d4
View commit details
Copy full SHA for 47e16d4
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
table alias were not applying to star queries
Justin Reidy
committed
91f5b8c
View commit details
Copy full SHA for 91f5b8c
View code at this point
Browse repository at this point
Commits on Jan 25, 2013
Dialect tests is only testing postgres, so moving those tests to a postgres directory, and splitting them up across rational filenames
Justin Reidy
committed
2ce8b20
View commit details
Copy full SHA for 2ce8b20
View code at this point
Browse repository at this point
Commits on Jan 9, 2013
Merge pull request #17 from jmreidy/add_subquery_support
Show description for f0e29b9
brianc
committed
f0e29b9
View commit details
Copy full SHA for f0e29b9
View code at this point
Browse repository at this point
Commits on Dec 21, 2012
Merge pull request #13 from jmreidy/left_join
Show description for 18f1372
brianc
committed
18f1372
View commit details
Copy full SHA for 18f1372
View code at this point
Browse repository at this point
adding support for subqueries
Justin Reidy
committed
b3f4c27
View commit details
Copy full SHA for b3f4c27
View code at this point
Browse repository at this point
allow multiple joins - closes #15
brianc
committed
d2d4e1b
View commit details
Copy full SHA for d2d4e1b
View code at this point
Browse repository at this point
allow two #where calls. closes #14
brianc
committed
d535c67
View commit details
Copy full SHA for d535c67
View code at this point
Browse repository at this point
Commits on Dec 19, 2012
adding support for left joins
Justin Reidy
committed
83cae45
View commit details
Copy full SHA for 83cae45
View code at this point
Browse repository at this point
add shortcut to skip SELECT and FROM clause
brianc
committed
40ee895
View commit details
Copy full SHA for 40ee895
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
adding a second group by test, covering multiple column grouping
Justin Reidy
committed
56f9558
View commit details
Copy full SHA for 56f9558
View code at this point
Browse repository at this point
adding groupBy and arrayAgg
Justin Reidy
committed
1354d7e
View commit details
Copy full SHA for 1354d7e
View code at this point
Browse repository at this point
Fix #10: prevent leaking and mutation of column state
Justin Reidy
committed
cda60da
View commit details
Copy full SHA for cda60da
View code at this point
Browse repository at this point
Commits on Dec 13, 2012
add limit/offset clauses closes #6
brianc
committed
279417f
View commit details
Copy full SHA for 279417f
View code at this point
Browse repository at this point
update readme
brianc
committed
f3086af
View commit details
Copy full SHA for f3086af
View code at this point
Browse repository at this point
add 'as' method to column to alias column names - closes #7
brianc
committed
bcf1017
View commit details
Copy full SHA for bcf1017
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Unit tests for PostgreSQL tables that have a schema specifier.
Nate Silva
committed
f97a56d
View commit details
Copy full SHA for f97a56d
View code at this point
Browse repository at this point
Commits on Aug 16, 2012
Updated tests to reflect changes
caseywebdev
committed
34ca424
View commit details
Copy full SHA for 34ca424
View code at this point
Browse repository at this point
Added DELETE and RETURNING support
caseywebdev
committed
1e1e35e
View commit details
Copy full SHA for 1e1e35e
View code at this point
Browse repository at this point
Commits on May 16, 2012
use node-tap
brianc
committed
2d32026
View commit details
Copy full SHA for 2d32026
View code at this point
Browse repository at this point
Commits on Apr 6, 2012
don't use `table.` on columns for inserts
freewil
committed
cf24250
View commit details
Copy full SHA for cf24250
View code at this point
Browse repository at this point
Commits on Oct 6, 2011
update works
brianc
committed
89e7c1a
View commit details
Copy full SHA for 89e7c1a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.