Subject | Re: kinterbasdb rewrite |
---|---|
Author | peter_jacobi.rm |
Post date | 2008-11-01T22:12:32Z |
Pavel wrote:
one of the reasons to need new Python driver are the FB2.1
enhancements. But having a new pure Python driver would be
an achievement in itself and if done, further enhancements
are within easy reach.
So it's just "import xdrlib" and being bold, an optimist would say.
For a start, a tool dumping (more or less decoded) communication
between a client a Firebird would be of great help. Any ideas
whether such a thing exists? I don't mean typical network
monitors, which will only give the raw bytestream, I assume.
Regards,
Peter
> But it doesn't cover protocol enhancements from FB 2.1I don't think, that this would be important right now. Maybe
one of the reasons to need new Python driver are the FB2.1
enhancements. But having a new pure Python driver would be
an achievement in itself and if done, further enhancements
are within easy reach.
> Also JayBird source is good implementation reference.src/main/org/firebirdsql/gds/impl/wire/AbstractJavaGDSImpl.java
So it's just "import xdrlib" and being bold, an optimist would say.
For a start, a tool dumping (more or less decoded) communication
between a client a Firebird would be of great help. Any ideas
whether such a thing exists? I don't mean typical network
monitors, which will only give the raw bytestream, I assume.
Regards,
Peter