Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MSSQL support for Quote rule #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for SQL-QueryBuilder-Pretty

0.02 Add MSSQL dialect support for Quote rule
0.01 Tue Nov 3 19:30:46 WET 2009
Initial release.

2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ lib/SQL/QueryBuilder/Pretty/Database/ANSI/Statement.pm
lib/SQL/QueryBuilder/Pretty/Database/ANSI/Quote.pm
lib/SQL/QueryBuilder/Pretty/Database/MySQL.pm
lib/SQL/QueryBuilder/Pretty/Database/MySQL/Clause.pm
lib/SQL/QueryBuilder/Pretty/Database/MSSQL/Quote.pm
lib/SQL/QueryBuilder/Pretty/Database/MSSQL.pm
lib/SQL/QueryBuilder/Pretty/Print.pm
lib/SQL/QueryBuilder/Pretty.pm
Changes
Expand Down
Loading