Re: [Firebird-devel] Firebird 3.0 Alpha 1 issues

2013-07-04 Thread Pavel Cisar
Dne 3.7.2013 20:30, Alex Peshkov napsal(a): > 03.07.2013 19:04, Pavel Cisar пишет: >> Hi, >> >> Well, I have discovered that 3.0 Linux installation script doesn't >> install FB as server > > ??? > May be default connection is embedded? Yes, it's embedded. I'm ok with it if i would know, but ther

Re: [Firebird-devel] Firebird 3.0 Alpha 1 issues

2013-07-03 Thread Alex Peshkov
03.07.2013 19:04, Pavel Cisar пишет: > Hi, > > Well, I have discovered that 3.0 Linux installation script doesn't > install FB as server ??? May be default connection is embedded? > , so without host specification it works as embedded > (that was new for me), so all reported issues were for embed

Re: [Firebird-devel] Firebird 3.0 Alpha 1 issues

2013-07-03 Thread Pavel Cisar
Hi, Well, I have discovered that 3.0 Linux installation script doesn't install FB as server, so without host specification it works as embedded (that was new for me), so all reported issues were for embedded (Linux 64-bit). Now I have report also for server. Note, that all reported issues are

Re: [Firebird-devel] Firebird 3.0 Alpha 1 issues

2013-07-01 Thread Dmitry Yemanov
01.07.2013 17:33, Dmitry Yemanov wrote: > > MON$REMOTE_PID, MON$REMOTE_PROCESS: > > Should always be present, unless you had connected via some old > fbclient. To be validated. Correction - this is also expected for embedded connections, as they are (and always were) filled by fbclient. Dmitry

Re: [Firebird-devel] Firebird 3.0 Alpha 1 issues

2013-07-01 Thread Dmitry Yemanov
01.07.2013 17:14, Pavel Cisar wrote: > > Next issues were discovered via FDB test suite. Tested on 64-bit Linux, > default configuration (i.e. vanila install from tar.gz). Were connections true local (embedded) or via localhost? > 1. cursor.rowcount (isc_dsql_sql_info with isc_info_sql_records) r

[Firebird-devel] Firebird 3.0 Alpha 1 issues

2013-07-01 Thread Pavel Cisar
Hi, Next issues were discovered via FDB test suite. Tested on 64-bit Linux, default configuration (i.e. vanila install from tar.gz). 1. cursor.rowcount (isc_dsql_sql_info with isc_info_sql_records) returns 1 instead expected 6 cur.execute('select * from project') self.assertEqual(cur.rowcount,