Displaying 2 results from an estimated 2 matches for "local_offset".
Did you mean:
load_offset
2001 Mar 13
5
is this null block OK?
...struct presto_file_set *fset,
struct lento_vfs_context *info)
{
int ret;
loff_t off = info->slot_offset;
struct {
__u32 remote_recno;
__u64 remote_offset;
__u32 local_recno;
__u64 local_offset;
} rec;
rec.remote_recno = cpu_to_le32(info->recno);
rec.remote_offset = cpu_to_le64(info->kml_offset);
rec.local_recno = cpu_to_le32(recinfo->recno);
rec.local_offset = cpu_to_le64(recinfo->offset + recinfo->size);
ret = presto_fwrit...
2009 Sep 14
9
ActiveRecord::StatementInvalid (invalid date) with Oracle
Hello all. I am a novice Ruby on Rails programmer, starting my first
project using a legacy Oracle 10 database. Using ''reverse_scaffold'' I
have created the models/controllers/views for my existing Oracle
tables.
All seems to work well, using /model/index, /model/show for most of my
tables, *except* when one of the tables contains a Oracle ''date''
column, for