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 }}
asteele10
/
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
table.js
on
revert-array-changes
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 5, 2016
jshint: Use '===' to compare with '0'
iamcharliegoddard
committed
0aceecb
View commit details
Copy full SHA for 0aceecb
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 Sep 1, 2015
Consolidate, add two more methods.
braddunbar
committed
4034ce2
View commit details
Copy full SHA for 4034ce2
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
Add limit function to tables.
braddunbar
committed
c9500b5
View commit details
Copy full SHA for c9500b5
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 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 19, 2015
Merge pull request #203 from paytm/insert_issue
Show description for b26d805
brianc
committed
b26d805
View commit details
Copy full SHA for b26d805
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 7, 2015
Fix missing semicolons
madebyherzblut
committed
372e29a
View commit details
Copy full SHA for 372e29a
View code at this point
Browse repository at this point
Add method table.clone([config])
madebyherzblut
committed
db2e1c6
View commit details
Copy full SHA for db2e1c6
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
introduce literal node type
martinandert
committed
2b4dc8c
View commit details
Copy full SHA for 2b4dc8c
View code at this point
Browse repository at this point
Commits on Jan 10, 2014
added join() method to returned subQuery Query
paul-tfr
committed
9633a63
View commit details
Copy full SHA for 9633a63
View code at this point
Browse repository at this point
Commits on Oct 5, 2013
added 'prefix' option to Table.prototype.star()
tmont
committed
26346fb
View commit details
Copy full SHA for 26346fb
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 23, 2013
Add prototype to change schema name
shernshiou
committed
72b97ce
View commit details
Copy full SHA for 72b97ce
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 9, 2013
Refactor Sql into a class, same api as before
Di Wu
committed
163180f
View commit details
Copy full SHA for 163180f
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 26, 2013
allow silent add column
sdepold
committed
9b1f542
View commit details
Copy full SHA for 9b1f542
View code at this point
Browse repository at this point
Commits on May 23, 2013
added special 'property' field to columns
Show description for 8fb8318
tmont
committed
8fb8318
View commit details
Copy full SHA for 8fb8318
View code at this point
Browse repository at this point
Merge pull request #74 from andreypopp/star-select-default
Show description for 954286a
brianc
committed
954286a
View commit details
Copy full SHA for 954286a
View code at this point
Browse repository at this point
Commits on May 21, 2013
Table::select() creates *-select by default
Show description for 39a3e86
andreypopp
committed
39a3e86
View commit details
Copy full SHA for 39a3e86
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 15, 2013
Auto-join based on column information
Show description for 2b010dd
brianc
committed
2b010dd
View commit details
Copy full SHA for 2b010dd
View code at this point
Browse repository at this point
Allow hash of columns as well as an array
Show description for aa1c098
brianc
committed
aa1c098
View commit details
Copy full SHA for aa1c098
View code at this point
Browse repository at this point
Commits on May 14, 2013
Return actual column, not a copy, when calling get
brianc
committed
f214684
View commit details
Copy full SHA for f214684
View code at this point
Browse repository at this point
Commits on May 11, 2013
added shorthand form of getColumn => get
sdepold
committed
d1d97de
View commit details
Copy full SHA for d1d97de
View code at this point
Browse repository at this point
- added createColumn that transforms input into a column
Show description for f3bc8d2
sdepold
committed
f3bc8d2
View commit details
Copy full SHA for f3bc8d2
View code at this point
Browse repository at this point
Commits on May 10, 2013
whoops
sdepold
committed
da961d4
View commit details
Copy full SHA for da961d4
View code at this point
Browse repository at this point
allow dynamical definition of columns
sdepold
committed
eda540a
View commit details
Copy full SHA for eda540a
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
Previous
Next
You can’t perform that action at this time.