openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
sql_tree
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 12, 2024 — Jul 12, 2025
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added Travis CI config file
Willem van Bergen
More...
about 14 years ago
Updated gem management tasks
Willem van Bergen
More...
about 14 years ago
Copy paste fail
Willem van Bergen
More...
over 14 years ago
Released sql_tree gem version 0.2.0.
Willem van Bergen
More...
over 14 years ago
Added some SQL generation specs.
Willem van Bergen
More...
over 14 years ago
do not use then in case statements, use a semicolon instead.
Willem van Bergen
More...
over 14 years ago
Add support for COUNT aggregate expressions.
Willem van Bergen
More...
over 14 years ago
Make sure ROLLBACK statements are actually parsed and add some specs for control statements.
Willem van Bergen
More...
over 14 years ago
Added VERSION constant, and removed class loading based on const_missing and use simple requires instead.
Willem van Bergen
More...
over 14 years ago
Added ROLLBACK statement parsing.
Willem van Bergen
More...
over 14 years ago
Added *.rbc to .gitignore.
Willem van Bergen
More...
over 14 years ago
Added infinity_test profile for CI.
Willem van Bergen
More...
over 14 years ago
Update to latest bundler best practices, by initialize bundler using require 'bundler/setup'.
Willem van Bergen
More...
over 14 years ago
Updated gem management tasks
Willem van Bergen
More...
over 14 years ago
Newly generated (test_)files listings in gemspec.
Willem van Bergen
More...
over 14 years ago
Fixed some descriptions of update query spec.
Willem van Bergen
More...
over 14 years ago
Also rely on LOAD_PATH to load RSpec helper files .
Willem van Bergen
More...
over 14 years ago
Upgrade to RSpec 2, and refactored bundler integration to rely on gemspec file.
Willem van Bergen
More...
over 14 years ago
Use require 'spec_helper' and rely on the LOAD_PATH instead of using a relative path.
Willem van Bergen
More...
over 14 years ago
Updated README.rdoc and LICENSE to be current.
Willem van Bergen
More...
over 14 years ago
Replace gem management tasks with new version.
Willem van Bergen
More...
over 14 years ago
[NEW] Now supportes OUTER as a LEFT/RIGHT join modifier (e.g. LEFT OUTER JOIN)
Jason Allen
More...
over 14 years ago
[NEW] Updated gemspec
Jason Allen
More...
over 14 years ago
[FIX] Doh! Forgot to add files to previous commit.
Jason Allen
More...
over 14 years ago
[NEW] supports postgresql-style string escape (e.g. E'foobar') [NEW] supports postgresql-style interval values (e.g. interval '2 days') [NEW] supports standalone BEGIN and COMMIT statements [NEW] supports postgresql's SET statements (e.g. SET client_min_messages TO 'panic')
Jason Allen
More...
over 14 years ago
[NEW] Integrated bundler to facilitate rake-ing
Jason Allen
More...
over 14 years ago
Released sql_tree gem version 0.1.1
Willem van Bergen
More...
over 15 years ago
DRY up comma separated list parsing.
Willem van Bergen
More...
over 15 years ago
Use child/leaf instead of attr_accessor to build tree structure.
Willem van Bergen
More...
over 15 years ago
Added options hash to Node#to_sql methods.
Willem van Bergen
More...
over 15 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree