82
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected 10 months ago.
Jan 22, 2024 — Jan 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add unique constraint declaration and new ResultSet method, update_or_create More... almost 20 years ago
Working version.. More... almost 20 years ago
link to SchemaIntro.pod, recommending schema-based usage over class-based More... almost 20 years ago
Oopsie, missed some bits .. More... almost 20 years ago
CRayz-foo SQLT->DBIC schema creation More... almost 20 years ago
Missed one More... almost 20 years ago
columns_info_for from zby, fixes to per-db tests More... almost 20 years ago
Nuked _select_columns, the last vestige of class-based evil More... almost 20 years ago
add first draft of intro doc for schema-based use More... almost 20 years ago
update synopis/description More... almost 20 years ago
Cleanup and add basic docs for PK::Auto::DB2 More... almost 20 years ago
- Move search examples under a new =head2; additional examples go under a =head3 - Make indentation consistent with code - "blah" -> C<blah> More... almost 20 years ago
- Add synopsis - Table -> TableInstance in POD - Add note about loading a PK::Auto component More... almost 20 years ago
use croak instead of die for user errors. More... almost 20 years ago
Added boolify to prevent if ($rs) blowing up on group_by'd resultsets More... almost 20 years ago
added GROUP BY example More... almost 20 years ago
removed erroneous commit for ResultSet More... almost 20 years ago
note that group_by takes listref rather than list + provide example More... almost 20 years ago
add examples for paging/cols/select+as/count/distinct (from examples omitted for the time being) More... almost 20 years ago
Changes and version bump for release plus a missing add More... almost 20 years ago
Updated Changes for _03 More... almost 20 years ago
Renamed Table to ResultSource::Table, tweaked FAQ More... almost 20 years ago
Fixup PK::Auto::Pg More... almost 20 years ago
register_resultset, Cursor fixes More... almost 20 years ago
Added register_column API More... almost 20 years ago
Fixed up PK::Auto::* to use result_source, added connection, connect and clone methods to Schema More... almost 20 years ago
Moved to prepare_cached for everything, using $f_active and some additional tricks I got help from Tim Bunce on More... almost 20 years ago
Added 'self' method to ResultSet More... almost 20 years ago
Eliminated result_source_instance requirement in Schema More... almost 20 years ago
flesh out joins/prefetch; add multi-step join example; change examples to use schema syntax More... almost 20 years ago