projects
/
dbsrgits/DBIx-Class.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Really fix SQLite savepoints unlike the shortsighted 398215b1
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
SQLAHacks
/
MSSQL.pm
Commit
Line
Data
76d2074a
1
package # Hide from PAUSE
2
DBIx::Class::SQLAHacks::MSSQL;
3
4a233f30
4
use warnings;
5
use strict;
6
76d2074a
7
use base qw( DBIx::Class::SQLMaker::MSSQL );
8
9
1;