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