From: Pavel C. <pc...@us...> - 2002-09-09 18:17:03
|
Hi, On 8 Sep 2002 at 15:03, Skopalik Slavomir wrote: > I was developed test script, that using SHOW isql statament instead select from RDB$... tables. > I'm think, that is more readable (and little clear) than select from system tables because > system tables may be change. > Can be used this technique is test scripts ? With SHOW statement, we'll be bound to the ISQL. I'd like implement tests in Python instead whenever possible (at least for core set of tests), just for reference. If any test fails, we have to investigate the real source of this failure, including db layer. Using ISQL along with Python/kinterbasdb will add one more layer to check. Or can you provide us both, SHOW and system tables result checks ? In the worst case, I can translate SHOW to system tables myself. Best regards Pavel Cisar http://www.ibphoenix.com For all your upto date Firebird and InterBase information |