Skip to content

Commit

Permalink
Rename primitives.treetop => sql_primitives.treetop
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Jan 30, 2009
1 parent d769378 commit 6439a6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guillotine/parser.rb
Expand Up @@ -28,7 +28,7 @@ class SQLParseError < StandardError; end

parser = File.dirname(__FILE__) + "/parser"
require "#{parser}/sql_tokens"
require "#{parser}/primitives"
require "#{parser}/sql_primitives"
require "#{parser}/sql_helpers"
require "#{parser}/sql_chars"
require "#{parser}/sql_row_support"
Expand Down
File renamed without changes.

0 comments on commit 6439a6b

Please sign in to comment.