Displaying 4 results from an estimated 4 matches for "column_definitions".
2008 Jan 15
1
actionmailer the background
...stract_adapter.rb:128:in `log''
/usr/local/projects/ecera/vendor/rails/activerecord/lib/active_record/
connection_adapters/postgresql_adapter.rb:142:in `query''
/usr/local/projects/ecera/vendor/rails/activerecord/lib/active_record/
connection_adapters/postgresql_adapter.rb:528:in `column_definitions''
/usr/local/projects/ecera/vendor/rails/activerecord/lib/active_record/
connection_adapters/postgresql_adapter.rb:223:in `columns''
Can''t seem to turn anything up after a day of googling.
Does this ring any bells?
Thanks,
Clint
2009 Nov 26
2
[error] avahi_entry_group_add_service_strlst("AdminNodeFQDN") failed: Invalid host name
...ORDER BY a.attnum
from
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:494:in
`query'
from
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:1039:in
`column_definitions'
from
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:659:in
`columns'
from
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/base.rb:1276:in
`columns_without_gettext_activerecord'
f...
2006 Jul 18
3
DB Migrations & Column Order
Hello,
I created a table and about 10 migrations down the line I decided that
I needed to add an ID column (this was actually a table for a has_many
:through and I recently realized that it needs an ID column, unlike
HABTM tables). I am a big perfectionist and I frequently run "SHOW
COLUMNS IN table;", so I naturally expect to see the "id" column the
first one listed. However,
2006 Jan 19
4
multiple database in the same actions?
Hi,
I read the example in
http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases,
it show us how to connect to other database, each time
we start a new action, however, this doesn''t work
while you try to connect to two different database
within the same action.
SO I wonder is it possible to bind to two or more
database within the same action????
Thanks you very much
Saiho