Groups
Groups
Sign in
Groups
Groups
sqlalchemy
Conversations
About
Send feedback
Help
SQLSoup, whitespace
16 views
Skip to first unread message
Tim Pierson
unread,
Nov 15, 2013, 7:23:08 PM
11/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlal...@googlegroups.com
Happy Friday night everyone.
Maybe there's an easy way to deal with this:
How can I use the SQLSoup insert function to update columns whose names contain whitespace?
ie: db.table.insert(
XML Schema Version=None)
Are there any cool tricks I don't know?
Thanks
Simon King
unread,
Nov 16, 2013, 2:35:42 PM
11/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlal...@googlegroups.com
How about:
values = {‘XML Schema Version’: None}
db.table.insert(**values)
Hope that helps,
Simon
Tim Pierson
unread,
Nov 16, 2013, 2:47:07 PM
11/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlal...@googlegroups.com, sqlal...@googlegroups.com
Ahh! yes ! I tried that but in my fatigue I got the syntax wrong. Thanks!
Sent from my iPad
> --
> You received this message because you are subscribed to a topic in the Google Groups "sqlalchemy" group.
> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/sqlalchemy/I6-C__9ZNYk/unsubscribe
.
> To unsubscribe from this group and all its topics, send an email to
sqlalchemy+...@googlegroups.com
.
> To post to this group, send email to
sqlal...@googlegroups.com
.
> Visit this group at
http://groups.google.com/group/sqlalchemy
.
> For more options, visit
https://groups.google.com/groups/opt_out
.
Reply all
Reply to author
Forward
0 new messages