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 }}
lyguy
/
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
Branch selector
auto-join
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 10, 2013
merge with master
brianc
committed
7c0b5a8
View commit details
Copy full SHA for 7c0b5a8
Browse repository at this point
Merge pull request #93 from yc662/makeSqlClass
Show description for 9bf2722
brianc
committed
9bf2722
View commit details
Copy full SHA for 9bf2722
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
Browse repository at this point
Commits on Jun 8, 2013
Bump version
brianc
committed
7cdab7c
View commit details
Copy full SHA for 7cdab7c
Browse repository at this point
Merge pull request #92 from doxout/multiple-dialects-in-parallel
Show description for 3f67d37
brianc
committed
3f67d37
View commit details
Copy full SHA for 3f67d37
Browse repository at this point
fix Table.define, add test, remove npm-debug.log
spion
committed
bf83963
View commit details
Copy full SHA for bf83963
Browse repository at this point
Commits on Jun 7, 2013
Merge pull request #82 from yc662/arithmetic
Show description for af2a284
brianc
committed
af2a284
View commit details
Copy full SHA for af2a284
Browse repository at this point
fixed everything necessary to make sql.create work
spion
committed
dac9724
View commit details
Copy full SHA for dac9724
Browse repository at this point
failing tests for multi-dialect create
spion
committed
ab0fa41
View commit details
Copy full SHA for ab0fa41
Browse repository at this point
dialect refactor to have unary,binary,ternary return array of string
Di Wu
committed
1fff1b6
View commit details
Copy full SHA for 1fff1b6
Browse repository at this point
Re-ordering unary, binary, ternary in valueExpression
Di Wu
committed
6b2ab16
View commit details
Copy full SHA for 6b2ab16
Browse repository at this point
Ternary between and tests
Di Wu
committed
aa8422e
View commit details
Copy full SHA for aa8422e
Browse repository at this point
Commits on Jun 6, 2013
binary and unary clause tests
Di Wu
committed
03287e4
View commit details
Copy full SHA for 03287e4
Browse repository at this point
Cleanup for jshint
Di Wu
committed
f840af4
View commit details
Copy full SHA for f840af4
Browse repository at this point
Add tests implementing simple formulas to test composing binary expressions.
Joyce Chen
authored and
Di Wu
committed
45a9a7e
View commit details
Copy full SHA for 45a9a7e
Browse repository at this point
Mixin only once. Set flag to true once mixed
Joyce Chen
authored and
Di Wu
committed
ef951a9
View commit details
Copy full SHA for ef951a9
Browse repository at this point
whoops, accidentally pushed when not ready. fixed some bugs in previous commit
Joyce Chen
authored and
Di Wu
committed
4fcb848
View commit details
Copy full SHA for 4fcb848
Browse repository at this point
Break out ValueExpressionMixin into its own file, and mix it into the value expressions BinaryNode, UnaryNode, and Column. Will make composing such value expression nodes easier in the future.
Joyce Chen
authored and
Di Wu
committed
48a81ce
View commit details
Copy full SHA for 48a81ce
Browse repository at this point
binary clause dialect test
Di Wu
committed
f435fe8
View commit details
Copy full SHA for f435fe8
Browse repository at this point
Fix up errors caught by jshint
Di Wu
committed
55810ac
View commit details
Copy full SHA for 55810ac
Browse repository at this point
Fix nits; capitalization and spaces.
Joyce Chen
authored and
Di Wu
committed
e668e4e
View commit details
Copy full SHA for e668e4e
Browse repository at this point
Let binary expressions (e.g. boolean AND, OR, =, or arithmetic +, -, ...) be composable
Joyce Chen
authored and
Di Wu
committed
ab6655d
View commit details
Copy full SHA for ab6655d
Browse repository at this point
Add SQL arithmetic operators as binaryMethods
Joyce Chen
authored and
Di Wu
committed
55b9c0c
View commit details
Copy full SHA for 55b9c0c
Browse repository at this point
Commits on Jun 5, 2013
Merge pull request #89 from brianc/remove-examples-file
Show description for 4fbbaa1
brianc
committed
4fbbaa1
View commit details
Copy full SHA for 4fbbaa1
Browse repository at this point
remove unneeded file
brianc
committed
45b50d9
View commit details
Copy full SHA for 45b50d9
Browse repository at this point
Merge pull request #88 from yc662/updateTravis
Show description for 87e18ae
diwu1989
committed
87e18ae
View commit details
Copy full SHA for 87e18ae
Browse repository at this point
Merge pull request #87 from yc662/moveReadmeExamplesFile
Show description for 3da5978
diwu1989
committed
3da5978
View commit details
Copy full SHA for 3da5978
Browse repository at this point
update travis to run against node 0.10
Di Wu
committed
392738e
View commit details
Copy full SHA for 392738e
Browse repository at this point
moving readme-examples.js file
Di Wu
committed
9281093
View commit details
Copy full SHA for 9281093
Browse repository at this point
Merge pull request #84 from yc662/jshintFixup
Show description for 0ed174e
brianc
committed
0ed174e
View commit details
Copy full SHA for 0ed174e
Browse repository at this point
Merge pull request #86 from yc662/jshintLocal
Show description for 41d3d8b
brianc
committed
41d3d8b
View commit details
Copy full SHA for 41d3d8b
Browse repository at this point
Merge pull request #85 from yc662/fixCommentSpacing
Show description for bc167a4
brianc
committed
bc167a4
View commit details
Copy full SHA for bc167a4
Browse repository at this point
Commits on Jun 4, 2013
Add jshint to the devDependencies, update makefile to use local jshint
Di Wu
committed
758c739
View commit details
Copy full SHA for 758c739
Browse repository at this point
fix spacing in comments
Di Wu
committed
e6ea201
View commit details
Copy full SHA for e6ea201
Browse repository at this point
address all jshint issues
Di Wu
committed
0dea298
View commit details
Copy full SHA for 0dea298
Browse repository at this point
Previous
Next
You can’t perform that action at this time.