1. 10 6月, 2011 1 次提交
    • P
      Improve PostgreSQL adapter schema-awareness · 5c7f8c92
      Paul Gallagher 提交于
      * table_exists? scoped by schema search path unless schema is explicitly named. Added tests and doc to clarify the behaviour
      * extract_schema_and_table tests and implementation extended to cover all cases
      * primary_key does not ignore schema information
      * add current_schema and schema_exists? methods
      * more robust table referencing in insert_sql and sql_for_insert methods
      5c7f8c92
  2. 07 6月, 2011 1 次提交
  3. 05 6月, 2011 1 次提交
    • J
      Refactor Active Record test connection setup. Please see the... · 253bb6b9
      Jon Leighton 提交于
      Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
      253bb6b9
  4. 26 6月, 2010 2 次提交
  5. 19 5月, 2010 1 次提交
  6. 12 4月, 2010 1 次提交
  7. 21 4月, 2009 2 次提交
  8. 05 4月, 2009 1 次提交
  9. 03 3月, 2008 1 次提交
  10. 22 1月, 2008 1 次提交
  11. 18 1月, 2008 1 次提交
  12. 05 1月, 2008 1 次提交
  13. 30 9月, 2005 1 次提交
  14. 13 6月, 2005 1 次提交
    • J
      r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700 · 1fde44bf
      Jeremy Kemper 提交于
       Branch for PostgreSQL schema.  Ticket #827.
       r1281@iwill:  jeremy | 2005-06-12 19:06:43 -0700
       remove search_path from PostgreSQL db definition
       r1282@iwill:  jeremy | 2005-06-12 19:07:50 -0700
       Rakefile support for database-specific tests.
       r1283@iwill:  jeremy | 2005-06-12 19:10:18 -0700
       Add schema_search_path attribute to PostgreSQL adapter.  Replace table_structure with column_definitions which finds the given table_name in the schema search path.
       r1284@iwill:  jeremy | 2005-06-12 19:12:10 -0700
       Unit test PostgreSQL schema search path.
       r1285@iwill:  jeremy | 2005-06-12 19:12:20 -0700
       Changelog entry.
       r1286@iwill:  jeremy | 2005-06-12 20:08:20 -0700
       Don't try to quote schema names.  Include a reference to the PostgreSQL schema docs.
       r1287@iwill:  jeremy | 2005-06-12 20:16:07 -0700
       SchemasTest -> SchemaTest
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      1fde44bf