ccovey / odbc-driver

Laravel 4 ODBC Driver
28 stars 48 forks source link

Fixed grammars naming inconsistency. #4

Closed itsgoingd closed 10 years ago

itsgoingd commented 10 years ago

Default grammars included in Laravel all include the "Grammar" suffix, this patch automatically appends "Grammar" to the grammar name set by user in the database config, so you can use short more consistent names like "DB2" and "MySql", instead of "DB2" and "MySqlGrammar".