1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
Revision history for DBIx-Class-Helpers
2.013002 2012-06-17 22:22:45 America/Chicago
- Lots of misc documentation cleanup
2.013001 2012-06-11 17:40:04 America/Chicago
- fix Changes (left off only change in 2.013000)
2.013000 2012-06-07 20:41:13 America/Chicago
- Add Helper::Row::ProxyResultSetMethod
2.012000 2012-06-05 21:23:16 America/Chicago
- Add Helper::ResultSet::NoColumns
2.011000 2012-06-03 16:12:54 America/Chicago
- Add Helper::Row::SelfResultSet
2.010001 2012-05-26 10:58:50 America/Chicago
- Make ::Schema::LintContents marginally more useful in that it no
longer needlessly limits your sources to one moniker only
2.010000 2012-05-17 21:26:47 America/Chicago
- Add Helper::Schema::LintContents
2.009001 2012-05-11 11:00:51 America/Chicago
- Stupid doc fix
2.009000 2012-05-11 10:45:15 America/Chicago
- add Helper::ResultSet::SearchOr component to avoid Union when possible
- Simplify implementation of CorrelatedRelationship to work with more
versions of DBIx::Class
2.008000 2012-05-09 13:36:28 America/Chicago
- Add Helper::ResultSet::CorrelatedRelationship for easy correlated
subqueries
2.007004 2012-04-11 19:53:51 America/Chicago
- Fix ::OnColumnChange to not obliviate args passed to update
2.007003 2012-02-29 19:56:57 CST6CDT
- Fix ::Row::NumifyGet breaking when using select/as or columns
2.007002 2012-01-09 16:23:08 CST6CDT
- Fix POD in AutoRemoveColumns (mattp)
- Fix multiple level deep Result namespaces (Siddhartha Basu)
2.007001 2011-08-17 22:34:54 CST6CDT
- Fix dependency (add Carp::Clan)
2.007000 2011-03-14 21:43:20 CST6CDT
- Add Helper::Row::RelationshipDWIM for handy definition of relationships
- Significantly simplify implementation of ResultSet::ResultClassDWIM
(thanks ribasushi)
2.006000 2011-01-31 18:06:56 CST6CDT
- Add ResultSet::ResultClassDWIM to allow ::HashRefInflator (or ::HRI)
- Add Schema::GenerateSource for handy addition of subclassed results
2.005000 2010-10-13 19:39:56 CST6CDT
- Add ResultSet::Me to define predefined searches a more nicely
- Fix DBIx::Class::Helper::ResultSet::Random to not base off Union
- Fix DBIx::Class::Helper::ResultSet::Random for MSSQL
2.004000 2010-07-29 21:06:58 CST6CDT
- Add Row::StorageValues
- Add Row::OnColumnChange
- Add Candy exports
2.003002 2010-03-24 23:48:52 CST6CDT
- Give up on generating test database; I need to test this out
with development releases
2.003001 2010-03-23 18:41:04 CST6CDT
- Try again to correctly generate test database
2.003000 2010-03-22 21:27:14 CST6CDT
- Fix tests to correctly generate test database
- Stop bundling sqlite database with distribution!
- Change DBICH::Union into DBICH::SetOperations (nothingmuch)
2.002002 2010-03-14 20:18:59 CST6CDT
- DBIx::Class::Helper::ResultSet::Random declared RAND() as the
random function for PostgreSQL when Pg uses RANDOM(). This
broke any use of that resultset on PostgreSQL. -avar
2.002001 2010-03-13 00:46:30 CST6CDT
- Fix my silly Union code
- Fix error message from Util for incorrectly design namespace
- Fix SYNOPSES to point to correct Components
- Change as_virtual_view to just pass through to the cored version, as_subselect_rs
2.00200 2010-02-05 14:15:06 CST6CDT
- Allow multiple levels for result in namespace for get_namespace_parts
(aka, Foo::Schema::Result::Baz::Biff) (for melo)
- Add Helper::Row::ToJSON
- Autopopulate is_numeric correcly with NumifyGet
- Fix mssql Random to use RAND() (pldoh, #RT53885)
2.00102 2010-01-15 21:50:20 CST6CDT
- Better performance for some cases in NumifyGet
- _determine_driver is better than _ensure_connected ( Random )
2.00101 2010-01-15 02:14:55 CST6CDT
- fix bug in Random where if a user calls random and schema isn't
connected yet we get false storage type (thanks jnap)
- fix NumifyGet for nullable and autoinc columns
2.00100 2010-01-13 23:37:34 CST6CDT
- fix 'me' in RS::Union
- change order in RS::Union so Unioning RS is first instead of last
- add Row::NumifyGet
- add docs to RS::Union to clarify some of the awesomeness that can be had
- fixed union because it didn't actually work before (!!!)
2.00000 2009-12-30 13:02:23 CST6CDT
- No new changes since dev release
2.00000_2 2009-12-29 18:45:15 CST6CDT
- note added to SubClass disambiguating it from
DBIx::Class::DynamicSubclass (thanks jnap)
- random_order_by is now private (_random_order_by)
- Depend on String::CamelCase now that it's fixed
2.00000_1 2009-12-28 11:40:43 CST6CDT
- No longer depend on SQLT
- Switch to more user friendly versioning
- Allow multiple random rows from Random
- Add the most excellent Helper::ResultSet::Union
- namespace helpers
1.093501 2009-12-16 16:32:55 CST6CDT
- Fix deps list
1.093500 2009-12-16 16:12:00 CST6CDT
- Add IgnoreWantarray helper
- Pull column def information from foreign tables
for JoinTable helper, see pod in helper for details
0.093270 Mon Nov 23 10:45 2009
- Add Random helper
- Clean up as_virtual_view with recommendation from ijw and ribasushi
0.093140 Tue Nov 10 09:32 2009
- Fix DBIC version dep
- Get rid of some warnings from the test suite
0.093071 Tue Nov 03 20:53 2009
- Fix package of VirtualView
- Add test so that won't happen again
0.093070 Mon Nov 02 23:16 2009
- Add virtual view method to clean SQL namespace
- Add methods to generate has_many and many_to_many for join tables
- Hopefully fix deps for real
0.093000 Sat Oct 26 19:40 2009
- Add parent as a dependency
- Super basic POD cleanup
- Tighter Restrictions on the namespaces of parent classes
0.092970 Sat Oct 24 02:41 2009
- Initial Release
|