search for: insert_tim

Displaying 2 results from an estimated 2 matches for "insert_tim".

Did you mean: insert_time
2013 Apr 12
0
RODBC MSSQL query with date - time tag
...D time_tag<'2012-01-08 03:00:00' However, when I try to accomplish this using R: sqlQuery(channel1,"Select * from tb_ace_mag_1m where time_tag>='2012-01-08 00:00:00' AND time_tag<'2012-01-08 03:00:00'", max=10) I obtain no results: [1] time_tag insert_time dsflag numpts gse_bx gse_by gse_bz gse_lat gse_lon gsm_bx gsm_by gsm_bz gsm_lat gsm_lon bt <0 rows> (or 0-length row.names) If I omit the time_tag parameter, I get the following: > sqlQuery(channel1,"select * from tb_ace_mag_1m"...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and