projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
333eae1
)
Actually weaken Converter->sqla_instance ref
dq_cdbi_insane
Dagfinn Ilmari Mannsåker [Sun, 19 Jan 2014 16:47:11 +0000 (16:47 +0000)]
lib/SQL/Abstract/Converter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract/Converter.pm
b/lib/SQL/Abstract/Converter.pm
index
4798e8d
..
4c67bdc
100644
(file)
--- a/
lib/SQL/Abstract/Converter.pm
+++ b/
lib/SQL/Abstract/Converter.pm
@@
-19,7
+19,7
@@
has legacy_convert_handler => (
is => 'ro'
);
has sqla_instance => (
- is => 'ro', weak => 1
+ is => 'ro', weak_ref => 1
);
has default_logic => (