0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Aug 28, 2025 — Aug 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Travis CI config file More... about 15 years ago
Updated gem management tasks More... about 15 years ago
Copy paste fail More... over 15 years ago
Released sql_tree gem version 0.2.0. More... over 15 years ago
Added some SQL generation specs. More... over 15 years ago
do not use then in case statements, use a semicolon instead. More... over 15 years ago
Add support for COUNT aggregate expressions. More... over 15 years ago
Make sure ROLLBACK statements are actually parsed and add some specs for control statements. More... over 15 years ago
Added VERSION constant, and removed class loading based on const_missing and use simple requires instead. More... over 15 years ago
Added ROLLBACK statement parsing. More... over 15 years ago
Added *.rbc to .gitignore. More... over 15 years ago
Added infinity_test profile for CI. More... over 15 years ago
Update to latest bundler best practices, by initialize bundler using require 'bundler/setup'. More... over 15 years ago
Updated gem management tasks More... over 15 years ago
Newly generated (test_)files listings in gemspec. More... over 15 years ago
Fixed some descriptions of update query spec. More... over 15 years ago
Also rely on LOAD_PATH to load RSpec helper files . More... over 15 years ago
Upgrade to RSpec 2, and refactored bundler integration to rely on gemspec file. More... over 15 years ago
Use require 'spec_helper' and rely on the LOAD_PATH instead of using a relative path. More... over 15 years ago
Updated README.rdoc and LICENSE to be current. More... over 15 years ago
Replace gem management tasks with new version. More... over 15 years ago
[NEW] Now supportes OUTER as a LEFT/RIGHT join modifier (e.g. LEFT OUTER JOIN) More... over 15 years ago
[NEW] Updated gemspec More... over 15 years ago
[FIX] Doh! Forgot to add files to previous commit. More... over 15 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') More... over 15 years ago
[NEW] Integrated bundler to facilitate rake-ing More... over 15 years ago
Released sql_tree gem version 0.1.1 More... almost 17 years ago
DRY up comma separated list parsing. More... almost 17 years ago
Use child/leaf instead of attr_accessor to build tree structure. More... almost 17 years ago
Added options hash to Node#to_sql methods. More... almost 17 years ago