Created
February 10, 2015 01:11
-
-
Save jkburges/5d661635cf0f37719a9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-02-10 12:10:29,293 [main] [] TRACE LongType - returning '17' as column: id32_0_ | |
2015-02-10 12:10:29,439 [main] [] WARN GroovyTestCase - +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
2015-02-10 12:10:29,440 [main] [] WARN GroovyTestCase - +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
2015-02-10 12:10:29,440 [main] [] WARN GroovyTestCase - +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
2015-02-10 12:10:29,446 [main] [] DEBUG SQL - | |
select | |
this_.id as id37_0_, | |
this_.version as version37_0_, | |
this_.location as location37_0_, | |
this_.provisional as provisio4_37_0_, | |
this_.receiver_deployment_id as receiver5_37_0_, | |
this_.receiver_download_id as receiver6_37_0_, | |
this_.receiver_name as receiver7_37_0_, | |
this_.sensor_unit as sensor8_37_0_, | |
this_.sensor_value as sensor9_37_0_, | |
this_.station_name as station10_37_0_, | |
this_.timestamp as timestamp37_0_, | |
this_.transmitter_id as transmi12_37_0_, | |
this_.transmitter_name as transmi13_37_0_, | |
this_.transmitter_serial_number as transmi14_37_0_ | |
from | |
valid_detection this_ | |
where | |
this_.timestamp=? | |
2015-02-10 12:10:29,446 [main] [] TRACE TimestampType - binding '2011-05-17 13:54:00' to parameter: 1 | |
2015-02-10 12:10:29,496 [main] [] DEBUG SQL - | |
select | |
count(*) as y0_ | |
from | |
valid_detection this_ | |
where | |
this_.timestamp between ? and ? limit ? | |
2015-02-10 12:10:29,496 [main] [] TRACE TimestampType - binding '2011-05-17 11:53:00' to parameter: 1 | |
2015-02-10 12:10:29,496 [main] [] TRACE TimestampType - binding '2011-05-17 13:54:00' to parameter: 2 | |
2015-02-10 12:10:29,497 [main] [] TRACE IntegerType - returning '26' as column: y0_ | |
2015-02-10 12:10:29,504 [main] [] DEBUG SQL - | |
select | |
this_.id as id37_0_, | |
this_.version as version37_0_, | |
this_.location as location37_0_, | |
this_.provisional as provisio4_37_0_, | |
this_.receiver_deployment_id as receiver5_37_0_, | |
this_.receiver_download_id as receiver6_37_0_, | |
this_.receiver_name as receiver7_37_0_, | |
this_.sensor_unit as sensor8_37_0_, | |
this_.sensor_value as sensor9_37_0_, | |
this_.station_name as station10_37_0_, | |
this_.timestamp as timestamp37_0_, | |
this_.transmitter_id as transmi12_37_0_, | |
this_.transmitter_name as transmi13_37_0_, | |
this_.transmitter_serial_number as transmi14_37_0_ | |
from | |
valid_detection this_ | |
where | |
this_.timestamp between ? and ? limit ? | |
2015-02-10 12:10:29,504 [main] [] TRACE TimestampType - binding '2011-05-17 11:53:00' to parameter: 1 | |
2015-02-10 12:10:29,504 [main] [] TRACE TimestampType - binding '2011-05-17 13:54:00' to parameter: 2 | |
2015-02-10 12:10:29,505 [main] [] TRACE LongType - returning '185' as column: id37_0_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment