/[Frey]/trunk/lib/Frey/SQL.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/lib/Frey/SQL.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 1133 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 15:10:55 2009 UTC (14 years, 10 months ago) by dpavlin
File length: 839 byte(s)
Diff to previous 926 , to selected 370
make classes immutable and remove moose droppings to make Perl::Critic::Moose happy

Revision 926 - (view) (annotate) - [select for diffs]
Modified Mon Jan 5 22:10:59 2009 UTC (15 years, 4 months ago) by dpavlin
File length: 793 byte(s)
Diff to previous 920 , to selected 370
introduce Sponge in Frey::Types to present tabular data [0.25]

Revision 920 - (view) (annotate) - [select for diffs]
Modified Mon Jan 5 20:22:37 2009 UTC (15 years, 4 months ago) by dpavlin
File length: 759 byte(s)
Diff to previous 493 , to selected 370
make sponge param with new validation role Frey::Sponge

Revision 493 - (view) (annotate) - [select for diffs]
Modified Mon Nov 24 20:47:56 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 936 byte(s)
Diff to previous 455 , to selected 370
fix left-over from rename

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 942 byte(s)
Diff to previous 414 , to selected 370
rename invocable events with prefix as_ with fallback in Frey::Web

This started with brute-force rename using:

  perl -p -i -n -e 's/sub markup/sub as_markup/'  `grep -lr 'sub markup' lib t`
  perl -p -i -n -e 's/sub data/sub as_data/'      `grep -lr 'sub data' lib t`
  perl -p -i -n -e 's/sub sponge/sub as_sponge/'  `grep -lr 'sub sponge' lib t`

  perl -p -i -n -e 's/->markup/->as_markup/'      `grep -lr -- '->markup' lib t`
  perl -p -i -n -e 's/->data/->as_data/'          `grep -lr -- '->data' lib t`
  perl -p -i -n -e 's/->sponge/->as_sponge/'      `grep -lr -- '->sponge' lib t`

  perl -p -i -n -e 's!/markup!/as_markup!'        `grep -lr -- '/markup' lib t etc`
  perl -p -i -n -e 's!/data!/as_data!'            `grep -lr -- '/data' lib t etc`
  perl -p -i -n -e 's!/sponge!/as_sponge!'        `grep -lr -- '/sponge' lib t etc`


Revision 414 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 14:15:45 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 914 byte(s)
Diff to previous 374 , to selected 370
decrease output without debug

Revision 374 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 15:42:41 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 882 byte(s)
Diff to previous 371 , to selected 370
added documentation

Revision 371 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 15:24:24 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 776 byte(s)
Diff to previous 370
use normal default

Revision 370 - (view) (annotate) - [selected]
Added Mon Nov 17 15:14:07 2008 UTC (15 years, 6 months ago) by dpavlin
File length: 816 byte(s)
use DBD::AnyData instead of DBD::Sponge to enable SQL queries
on data returned by sponge (I'll keep the name because data
structure is the same)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26