Displaying 2 results from an estimated 2 matches for "acan".
Did you mean:
aan
2009 Mar 11
1
How to dummy a DB adapter?
...e
only a vague idea as to how to proceed.
My exception handling method selects the parsing method based on the
adapter_name value.
def hll_ar_exception(exception)
raise exception unless exception.class.to_s ==
''ActiveRecord::StatementInvalid''
acan = self.connection.adapter_name
case acan
when ''MySQL''
hll_parse_mysql
when ''PostgreSQL''
hll_parse_postgresql
when ''SQLite''
hll_parse_sqlite(exception)
else
Rails::logger.warn("Adapter #{acan} not...
2009 Jan 14
0
search in sql client
Hello! I'm russian and i have problem with wine.
i have client for SQL server windows.
working client get table with street and keep it in his memory.
All names are russian
I have field where i enter first letter of street and client find similar street in table.
For example...
A = ABRIK
AC = ACAN
ACU = ACUSTIC
But i have problem.
1) table in my client on wine is unsorted (in windows it sorted)
2) When i press letter client >ffers strrets on this letter and on slightly next
For example...
B = ABRIK
BE = ABUR
BER = BAK
BERU = BERU
I try with any version of wine. Now i have 1.1.12. I try...