|
|
|
@8659
|
[8659]
|
01/18/08 07:29:00 |
bitsweat |
move schema |
|
|
|
@8571
|
[8571]
|
01/05/08 14:58:28 |
bitsweat |
More thoroughly quote table names. Exposes some issues with sqlite2 … |
|
|
|
@8219
|
[8219]
|
11/26/07 22:46:11 |
bitsweat |
Foxy fixtures: support single-table inheritance. Closes #10234. |
|
|
|
@8218
|
[8218]
|
11/26/07 22:45:43 |
bitsweat |
Foxy fixtures: allow mixed usage to make migration easier and more … |
|
|
|
@8205
|
[8205]
|
11/25/07 22:08:38 |
david |
Fixed that create table with :id => false and fixtures don't play nice … |
|
|
|
@8170
|
[8170]
|
11/20/07 21:53:22 |
nzkoz |
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 … |
|
|
|
@8043
|
[8043]
|
10/27/07 18:51:32 |
bitsweat |
Fix has_many :through delete with custom foreign keys. Closes #6466. |
|
|
|
@8036
|
[8036]
|
10/26/07 05:56:46 |
bitsweat |
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981. |
|
|
|
@8000
|
[8000]
|
10/23/07 06:18:42 |
bitsweat |
validates_uniqueness_of behaves well with abstract superclasses. … |
|
|
|
@7972
|
[7972]
|
10/19/07 01:52:50 |
nzkoz |
Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, … |
|
|
|
@7930
|
[7930]
|
10/16/07 05:05:22 |
bitsweat |
Moving SQL Server tests to the extracted adapter. References #9884. |
|
|
|
@7824
|
[7824]
|
10/10/07 06:45:13 |
nzkoz |
Ensure that 'autosaving' works when associations aren't loaded [Bryan … |
|
|
|
@7801
|
[7801]
|
10/08/07 06:17:53 |
bitsweat |
PostgreSQL: support multiline default values. Closes #7533. |
|
|
|
@7753
|
[7753]
|
10/06/07 00:49:58 |
nzkoz |
Send the correct INSERT statement when dealing with objects with only … |
|
|
|
@7472
|
[7472]
|
09/13/07 23:21:14 |
bitsweat |
OpenBase: update for new lib and latest Rails. Support migrations. Closes … |
|
|
|
@7329
|
[7329]
|
08/16/07 06:26:30 |
nzkoz |
Improve performance and functionality of the postgresql adapter. Closes … |
|
|
|
@7119
|
[7119]
|
06/25/07 22:42:19 |
bitsweat |
Fix polymorphic has_one associations declared in an abstract class. Closes … |
|
|
|
@6364
|
[6364]
|
03/09/07 03:23:37 |
bitsweat |
Consistently quote primary key column names. Closes #7763. |
|
|
|
@6297
|
[6297]
|
03/03/07 14:20:57 |
bitsweat |
SQLServer: recognize real column type as Ruby float, correctly schema-dump … |
|
|
|
@6074
|
[6074]
|
01/28/07 15:45:06 |
bitsweat |
MySQL: blob and text columns may not have defaults in 5.x. Update fixtures … |
|
|
|
@5933
|
[5933]
|
01/15/07 00:34:43 |
bitsweat |
Oracle: create_table takes a :sequence_name option to override the … |
|
|
|
@5891
|
[5891]
|
01/12/07 05:44:28 |
bitsweat |
SQLServer: handle [quoted] table names. Closes #6635. |
|
|
|
@5885
|
[5885]
|
01/12/07 04:58:08 |
bitsweat |
Inline primary keys. |
|
|
|
@5839
|
[5839]
|
01/05/07 00:12:06 |
nzkoz |
Sybase adapter fixes. Closes #6926 [jsheets] |
|
|
|
@5749
|
[5749]
|
12/19/06 18:04:42 |
bitsweat |
utf8 mysql topics table |
|
|
|
@5660
|
[5660]
|
12/01/06 21:24:47 |
bitsweat |
Subclasses of an abstract class work with single-table inheritance. Closes … |
|
|
|
@5586
|
[5586]
|
11/20/06 08:54:42 |
bitsweat |
MySQL: detect when a NOT NULL column without a default value is … |
|
|
|
@5520
|
[5520]
|
11/14/06 03:32:16 |
bitsweat |
Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out … |
|
|
|
@5384
|
[5384]
|
11/01/06 20:28:48 |
bitsweat |
Oracle: resolve test failures, use prefetched primary key for inserts, … |
|
|
|
@4958
|
[4958]
|
09/04/06 00:02:38 |
bitsweat |
Optimistic locking: gracefully handle nil versions, treat as zero. Closes … |
|
|
|
@4808
|
[4808]
|
08/23/06 05:30:14 |
bitsweat |
MySQL: update test schema for MySQL 5 strict mode. Closes #5861. |
|
|
|
@4777
|
[4777]
|
08/16/06 18:22:51 |
bitsweat |
Shorten index name. |
|
|
|
@4776
|
[4776]
|
08/16/06 18:10:52 |
bitsweat |
Included associations: go deep. |
|
|
|
@4596
|
[4596]
|
07/08/06 20:35:56 |
bitsweat |
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
decimal
r4705@asus: … |
|
|
|
@4594
|
[4594]
|
07/08/06 17:13:21 |
bitsweat |
Firebird migrations support. Closes #5337. |
|
|
|
@4423
|
[4423]
|
06/03/06 21:52:22 |
david |
For Firebird adapter |
|
|
|
@4420
|
[4420]
|
06/03/06 21:47:29 |
david |
Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com] |
|
|
|
@4351
|
[4351]
|
05/21/06 15:13:28 |
marcel |
Fix Oracle boolean support and tests. Closes #5139. … |
|
|
|
@4291
|
[4291]
|
04/27/06 22:39:45 |
marcel |
Add support for FrontBase (http://www.frontbase.com/) with a new adapter … |
|
|
|
@4270
|
[4270]
|
04/25/06 19:11:24 |
marcel |
Sybase Adapter type conversion cleanup [dev@metacasa.net] |
|
|
|
@4006
|
[4006]
|
03/21/06 01:07:16 |
rick |
add self referential has_many :through example [Rick] |
|
|
|
@3983
|
[3983]
|
03/19/06 19:32:07 |
rick |
Don't classify the has_one class when eager loading, it is already … |
|
|
|
@3965
|
[3965]
|
03/19/06 02:21:58 |
david |
Small pgsql fixes (closes #4083) [pergesu@gmail.com] |
|
|
|
@3954
|
[3954]
|
03/18/06 22:38:49 |
rick |
Fix that has_many :through honors the foreign key set by the belongs_to … |
|
|
|
@3949
|
[3949]
|
03/18/06 21:27:40 |
david |
SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com] |
|
|
|
@3943
|
[3943]
|
03/18/06 20:33:00 |
minam |
Fix incorrect mysql column type (requires AR test DB to be rebuilt) … |
|
|
|
@3932
|
[3932]
|
03/18/06 16:50:25 |
david |
Added OpenBase database adapter that builds on top of the … |
|
|
|
@3905
|
[3905]
|
03/18/06 03:02:32 |
david |
Added migrations support to the Sybase adapter (closes #4293) [John R. … |
|
|
|
@3868
|
[3868]
|
03/15/06 01:31:00 |
nzkoz |
Correct syntax error in postgresql schema definition |
|
|
|
@3825
|
[3825]
|
03/09/06 17:23:57 |
minam |
Allow counter_cache to accept a column name |
|
|
|
@3756
|
[3756]
|
03/04/06 15:11:17 |
minam |
Make counter_cache work with polymorphic belongs_to |
|
|
|
@3742
|
[3742]
|
03/02/06 02:54:34 |
david |
No longer needed (closes #4017) |
|
|
|
@3734
|
[3734]
|
03/02/06 01:15:41 |
david |
Added Sybase database adapter that relies on the Sybase Open Client … |
|
|
|
@3718
|
[3718]
|
03/01/06 16:01:53 |
david |
Renamed the "oci" adapter to "oracle", but kept the old name as an alias … |
|
|
|
@3695
|
[3695]
|
02/28/06 04:23:44 |
david |
Added new column to all db definitions. Where, oh where, is our hereo that … |
|
|
|
@3690
|
[3690]
|
02/27/06 20:29:28 |
ulysses |
Add set_fixture_class to allow the use of table name accessors with models … |
|
|
|
@3623
|
[3623]
|
02/21/06 00:00:29 |
david |
Improved the Oracle OCI Adapter with better performance for column … |
|
|
|
@3568
|
[3568]
|
02/10/06 21:32:25 |
nzkoz |
Fix Syntax error in mysql.sql, Drop table readers and run … |
|
|
|
@3566
|
[3566]
|
02/10/06 05:19:41 |
nzkoz |
Allow has_many :through to work with :include [Michael Schoen]. Closes … |
|
|
|
@3559
|
[3559]
|
02/09/06 19:41:32 |
bitsweat |
SQL Server cannot sort on type text. This causes three errors in the … |
|
|
|
@3554
|
[3554]
|
02/09/06 18:06:29 |
bitsweat |
PostgreSQL: correctly parse negative integer column defaults. References … |
|
|
|
@3422
|
[3422]
|
01/14/06 09:36:52 |
nzkoz |
allow the 'lock_version' column to be configured with set_locking_column. … |
|
|
|
@3380
|
[3380]
|
01/04/06 04:17:23 |
marcel |
Multiple enhancements and adjustments to DB2 adaptor. Closes #3377. |
|
|
|
@3279
|
[3279]
|
12/11/05 18:06:51 |
david |
Added tests for join models and fixed a bug #3177 |
|
|
|
@3235
|
[3235]
|
12/08/05 04:34:26 |
bitsweat |
PostgreSQL: more robust sequence name discovery. References #3087. |
|
|
|
@3209
|
[3209]
|
12/02/05 06:03:43 |
david |
Work-in progress for providing better join model support and polymorphic … |
|
|
|
@3052
|
[3052]
|
11/16/05 08:18:13 |
bitsweat |
r3116@asus: jeremy | 2005-11-16 00:17:06 -0800
Introducing the Firebird … |
|
|
|
@3019
|
[3019]
|
11/14/05 04:51:54 |
bitsweat |
Oracle: test case for column default parsing. References #2788. |
|
|
|
@2781
|
[2781]
|
10/28/05 09:20:05 |
david |
Fixed SQL Server adapter so it honors options[:conditions] when applying … |
|
|
|
@2741
|
[2741]
|
10/26/05 12:57:11 |
david |
Fixed handling of nil number columns on Oracle and cleaned up tests for … |
|
|
|
@2739
|
[2739]
|
10/26/05 12:47:23 |
david |
Added quoted_true and quoted_false methods to db2_adapter and cleaned up … |
|
|
|
@2639
|
[2639]
|
10/16/05 03:45:39 |
bitsweat |
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Ticket 2292 - Sequences, … |
|
|
|
@2546
|
[2546]
|
10/12/05 23:42:54 |
marcel |
Update DB2 adapter. Closes #2206. |
|
|
|
@2540
|
[2540]
|
10/12/05 19:55:46 |
marcel |
Add test coverage for customized primary keys including a failing test for … |
|
|
|
@2498
|
[2498]
|
10/09/05 00:52:25 |
marcel |
Add geometric type for postgresql adapter. Closes #2233. |
|
|
|
@2480
|
[2480]
|
10/06/05 21:52:47 |
bitsweat |
sqlite topics.approved should default to true like the other dbs |
|
|
|
@2475
|
[2475]
|
10/06/05 04:52:32 |
bitsweat |
smallint -> boolean in pg sql |
|
|
|
@2474
|
[2474]
|
10/06/05 04:15:14 |
nzkoz |
Quote booleans according the rules defined by the adapter
* SQLite schema … |
|
|
|
@2378
|
[2378]
|
09/27/05 23:37:57 |
bitsweat |
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to … |
|
|
|
@2342
|
[2342]
|
09/26/05 08:23:04 |
bitsweat |
Include the orders table in *.drop.sql |
|
|
|
@2335
|
[2335]
|
09/25/05 15:49:35 |
minam |
Standardize the interpretation of boolean columns in the Mysql and Sqlite … |
|
|
|
@2168
|
[2168]
|
09/09/05 08:34:51 |
david |
Make the test_find_all_by_one_attribute and … |
|
|
|
@2040
|
[2040]
|
08/23/05 11:05:04 |
minam |
Saving a record with two unsaved belongs_to associations pointing to the … |
|
|
|
@1912
|
[1912]
|
07/24/05 14:01:35 |
david |
Made Oracle a first-class connection adapter by adhering closer to … |
|
|
|
@1860
|
[1860]
|
07/18/05 11:06:41 |
minam |
Allow unspecified join-table columns to use to their default values when … |
|
|
|
@1850
|
[1850]
|
07/17/05 09:52:00 |
david |
Fixed incompatibility in DB2 adapter with the new limit/offset approach … |
|
|
|
@1695
|
[1695]
|
07/05/05 05:07:49 |
bitsweat |
Include all tables in mysql, sqlite, and postgresql drop sql. |
|
|
|
@1641
|
[1641]
|
07/03/05 08:52:59 |
david |
Fixed that has_and_belongs_to_many didn't respect single table inheritance … |
|
|
|
@1619
|
[1619]
|
07/03/05 08:21:22 |
david |
Fixed that single-table inheritance sub-classes couldn't be used to limit … |
|
|
|
@1583
|
[1583]
|
07/01/05 17:20:04 |
david |
Added support for ODBC connections to MS SQL Server so you can connect … |
|
|
|
@1453
|
[1453]
|
06/18/05 05:28:59 |
david |
Fixed that adding a record to a has_and_belongs_to collection would always … |
|
|
|
@1407
|
[1407]
|
06/12/05 22:05:30 |
bitsweat |
r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700
Branch for PostgreSQL … |
|
|
|
@1405
|
[1405]
|
06/12/05 06:56:51 |
bitsweat |
Return PostgreSQL columns in the order they are declared #1374 … |
|
|
|
@1401
|
[1401]
|
06/11/05 20:26:07 |
bitsweat |
Preserve extendedWarranty case in PostgreSQL computers table. |
|
|
|
@1399
|
[1399]
|
06/10/05 14:58:02 |
minam |
Do not use instantiated fixtures (in general) in tests. Also, support the … |
|
|
|
@1263
|
[1263]
|
04/30/05 15:49:28 |
david |
Added compatibility with camelCase column names for dynamic finders #533 … |
|
|
|
@1225
|
[1225]
|
04/19/05 10:58:22 |
david |
Fixed OCI fixtures [Ryan Carver] |
|
|
|
@1205
|
[1205]
|
04/18/05 07:52:58 |
david |
Fixed that fixtures were being deleted in the same order as inserts … |
|
|
|
@1199
|
[1199]
|
04/18/05 05:03:56 |
david |
Fixes for postgresql testing #1129, #1130, #1131 |
|
|
|
@1191
|
[1191]
|
04/17/05 13:57:25 |
david |
SqlServer fixtures - CategoriesPosts |