[sqlalchemy] Re: getting error "ImportError: No module named 'ibm_db_dbi'" from ibm_db2_Sa package

2018-05-10 Thread Anvith Shivakumara
Installing sqlalchemy does not mean all the supported drivers also get installed. So, as a first step, please make sure you have ibm_db drivers installed. You could do that using pip. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post

[sqlalchemy] Re: getting error "ImportError: No module named 'ibm_db_dbi'" from ibm_db2_Sa package

2018-05-10 Thread Anvith Shivakumara
Installing sqlalchemy does not mean all the supported drivers also get installed. So, as a first step, please make sure you have ibm_db drivers installed. You could do that using pip. On Thursday, 10 May 2018 16:08:55 UTC+5:30, sidd...@erpdata.cloud wrote: > > Hi, > I am using ibm_db_sa

[sqlalchemy] TypeError: recv_into() arg 1 must be pinned buffer, not byte array

2018-05-07 Thread Anvith Shivakumara
Well this a weird question to be asking at this point. I have been working on a legacy web service and it's written in Python 2.6(maybe legacy is an underrated word here :D) and have been using SQL Alchemy 1.0.0 with PyMySQL 0.8.0. Every time I try to query, I get the following error:

Re: [sqlalchemy] Use of in_() for relationships

2018-04-12 Thread Anvith Shivakumara
, it's > long forgotten. feel free to propose how you think this feature > should work as well as if you have resources to work on it. thanks! > > > On Thu, Apr 12, 2018 at 9:54 AM, Anvith Shivakumara <s.an...@gmail.com > > wrote: > > I get the 'NotImpl

[sqlalchemy] Use of in_() for relationships

2018-04-12 Thread Anvith Shivakumara
I get the 'NotImplementedError: in_() is not supported for relationship' exception. Is there any plan to implement this in the near future? ls there any particular reason for not having this implemented? Thanks Anvith -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper