[gnukhata-devel] important breakthrough Eclipse can now complete engine and connection methods properly

  • From: Krishnakant <krmane@xxxxxxxxxxxxxxx>
  • To: gnukhata-devel@xxxxxxxxxxxxx s=openmailbox; t=1451346116; bh=Z1WGmOnylSmxAR5uwl5+PEMf3B+Iy7OLxUe64dpD+Dc=; h=To:From:Subject:Date:From; b=Mj/+mkRaGdf5mj+L188LQ0pRxkGTpfi5rcq/Ekn72xDq6Blw0Kggx57NzMw1iHJMM 0N7CSfv1dXtukUcCP0tS9wQf2x6qq5FD2D+11iklLLZWd/fiCTlYJNCLoLgWYPcoTU aGbuwa1he9+Bmn0rTcjQ0p/UTgnZMSiiCurS1YlA=
  • Date: Tue, 29 Dec 2015 05:11:39 +0530

Dear all,
I have been working on this all night through.
I realized that using connection and engine is going to be a major thing in our project.
for example the execute(), fetchone() and fetchall() methods from connection are going to be useda lot.
same is with engine.
So there is a way.
Just explicitly declare these objects
such as con = Connection
or eng = engine.Engine
Now both are genuine objects of their type and eclipse can properly guess what the methods are.
So tomorrow we can start doing work faster.
happy hacking.
Krishnakant.

Other related posts:

  • » [gnukhata-devel] important breakthrough Eclipse can now complete engine and connection methods properly - Krishnakant