This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138527 - PostgreSQL deficiencies on Solaris
Summary: PostgreSQL deficiencies on Solaris
Status: RESOLVED DUPLICATE of bug 138316
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 21:25 UTC by _ pcw
Modified: 2008-08-18 11:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2008-06-27 21:25:55 UTC
Using latest NB trunk, I've been using PostgreSQL 8.2 on Solaris via jdbc and have encountered some minor nits that, if
we solved them, would make the support more seamless:

1. Preinstall the activerecord_jdbcpostgresql_adapter gem (and any other jdbc[db] that we want to support out of the box)

2. database.yml should be generated to use the new format, for example:

    development:
      adapter: jdbcpostgresql
      database: PgTest6_development
      encoding: unicode
      username: peterw99
      password:

3. There are bugs in jdbcpostgres adapter that prevent rake from working properly.  See
http://jira.codehaus.org/browse/JRUBY-2715.  There may be similar bugs in other jdbc adapters.  We should make sure the
issues are found and fixed by 6.5 release.
Comment 1 Erno Mononen 2008-08-18 11:49:49 UTC
Closing this as a dupe of issue 138516, will add a note there for checking the JRuby issue.

*** This issue has been marked as a duplicate of 138516 ***
Comment 2 Erno Mononen 2008-08-18 11:51:05 UTC
Should have been issue 138316..
Comment 3 Erno Mononen 2008-08-18 11:51:41 UTC

*** This issue has been marked as a duplicate of 138316 ***