Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

escaping for rows in mysql works not as expected #5

Closed
mren opened this issue Jul 23, 2012 · 0 comments
Closed

escaping for rows in mysql works not as expected #5

mren opened this issue Jul 23, 2012 · 0 comments

Comments

@mren
Copy link
Contributor

mren commented Jul 23, 2012

m = mohair()
m.select 'table', {'table.id': 1}

returns

'SELECT * FROM table WHERE `table.id` = ?;\n'

but should be

'SELECT * FROM table WHERE `table`.`id` = ?;\n'
@snd snd closed this as completed in 5058eb2 Jul 25, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants