database - python sqlite3 cannot retrieve column values with @ in them like x@y.com -


very simple question here, couldn't find real answer out there.

c.execute('select * users email = ?', ['x@y.com']) c.fetchon() 

what special @?

so tried recreate issue on own small amount of information you've given , wasn't able so. i'm wondering if perhaps issue how you're doing escape characters? there's answer on here goes in great depth. if doesn't solve problem think we'll need more information.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -