Re: [firebird-python] FDB Python driver for Firebird v1.6.1 released

2016-11-30 Thread Maxi maxiroba...@gmail.com [firebird-python]
2016-11-30 11:26 GMT-03:00 Pavel Cisar pci...@ibphoenix.cz
[firebird-python] :

> FDB v1.6.1 is available for download. This version fixes few bugs.
>
> https://pypi.python.org/pypi/fdb
>
>


Great work!

Thank you.


[firebird-python] fdb connect to non default port

2016-07-01 Thread Maxi maxiroba...@gmail.com [firebird-python]
Hi,

The connect function of fdb has a port parameter, but into function doc it
says:

:param integer port: Port used by Firebird server **(not used)**.

The fdb doc [1] doesn't clarify about it, so port parameter is ignored and
we have to use the dsn format connection always.

Is that correct?

[1] http://pythonhosted.org//fdb/usage-guide.html#databases

---
Maxi


Re: [firebird-python] fdb smallint ranges fails

2016-04-11 Thread Maxi maxiroba...@gmail.com [firebird-python]
2016-04-11 7:07 GMT-03:00 Pavel Cisar pci...@ibphoenix.cz [firebird-python]
:

>
>
> Hi,
>
> Dne 10.4.2016 v 17:01 Maximiliano Robaina maxi_roba...@yahoo.com.ar
> [firebird-python] napsal(a):
> > Why in fdb.ibase.py smaillint min range is defined as SHRT_MIN = -32767
> ?
>
> It's a bug, sorry. Fix committed, will appear in next version. You can
> fix it manually for now.
>
> see http://tracker.firebirdsql.org/browse/PYFB-65
>
>
Hi Pavel,

Thanks for create the ticket.
Yes, I fix this in my local copy and it works fine.

BTW, Are you taking into consideration add fdb project into FirebirdSQL
github repos [1] ?
Would be great for a better contribution.

Best regards.
---
Maxi


[1] https://github.com/FirebirdSQL/