From: Philippe M. <mak...@fi...> - 2008-07-03 09:36:18
|
Roman Simakov [08-07-01 11.23] : > I can send you them before commit but I think it's not critical if you > review them after commit. I see that they are committed, nice Just two point : can you use : #Create second connection - update detail table con_detail = kdb.connect( dsn=dsn.encode(), user=user_name.encode(), password=user_password.encode() ) instead of : #Create second connection - update detail table con_detail = kdb.connect( dsn=dsn, user='SYSDBA', password='masterkey' ) And seems that a lot of tests are ok for target before 2.5 so can you change target for all tests that are also ok for 2.x ? Thanks -- Philippe Makowski http://www.ibphoenix.com Supporting users of Firebird Tel +33 (0) 561058813 |