1
空手と春のJDBCを使っていくつかの基本的なデータベーステストを実行しようとしています(デモプロジェクトのDBUtilsクラスで説明したように)。ここで空手 - データベーステスト - タイムスタンプをナノとして表示
Background:
# Read url/username/pwd and provide it to the class
* def config = read('env_file.json')
* def DbUtils = Java.type('DbConnection')
* def db = new DbUtils(config)
Scenario: Validate the modd_ts is present in lob table
* def createdTs = db.readRows('SELECT crtd_ts FROM tableA ')
* print createdTs
はそれが返すものです::
com.intuit.karate - [print] [{"crtd_ts":{"nanos":0}},{"crtd_ts":{"nanos":0}}
ないのはなぜそれが「nanos値」として、タイムスタンプを返す必要があります確認:0、私にはバグのようです。ここ
は私がやっているものです。確認してくださいと私はgithubで1つを開きます。