Displaying 2 results from an estimated 2 matches for "tbl_user".
Did you mean:
tbl_users
2006 Apr 03
1
singular table names testing
I''ve demoed my rails app and now have to move it to a MSSQL DB. the big
problem I''m running into is the table name conventions I have to use.
I have to use names like tbl_Transfer & tbl_User. In my tests on the
console, I am trying
myvar = tbl_Transfer.find_by_sql("select top 1 * from tbl_Transfer")
NameError: undefined local variable or method `tbl_Transfer'' for
#<Object:0xb7fec970>
from (irb):1
what should go into the myvar= section? the Table...
2008 Sep 18
2
dovecot 1.1.3 coredump
...Sun May 4 13:15:10 MSD 2008, amd64
mbox located on zfs silesystem.
related lines in dovecot -n output:
mmap_disable: yes
mbox_write_locks: fcntl
mbox_min_index_size: 1024
mail_plugins(imap): acl mail_log zlib
mail for this account stored in mbox:
user_query = SELECT uid, gid, home, mail FROM tbl_users WHERE login = '%Lu' AND home IS NOT NULL;
sqlite> SELECT uid, gid, home, mail FROM tbl_users WHERE login = 'spamhog' AND home IS NOT NULL;
8008|8008|/home/spamhog|mbox:~/mail
--
WBR,
Anton Yuzhaninov