Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Belgian Biodiversity Platform
cputils
Commits
71ac3ed8
Commit
71ac3ed8
authored
Feb 14, 2012
by
Julien Cigar
Browse files
add reflection for an existing MetaData
parent
448b6889
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/sa.py
View file @
71ac3ed8
...
...
@@ -73,6 +73,8 @@ class SAEnginePlugin(plugins.SimplePlugin):
**
_config
.
get
(
'metadata'
,
{}))
elif
not
self
.
sa_meta
.
is_bound
():
self
.
sa_meta
.
bind
=
self
.
sa_engine
if
_config
.
get
(
'metadata'
,
{}).
get
(
'reflect'
):
self
.
sa_meta
.
reflect
()
# Session
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment