10 years agoRelease 0.02 master
Amiri Barksdale at Home [Sun, 7 Jul 2013 02:42:33 +0000]
Release 0.02

12 years agoAdd more DBs with which this has been tested
Amiri Barksdale at Home [Thu, 6 Oct 2011 01:44:58 +0000]
Add more DBs with which this has been tested

12 years agoAdd version dep on SQLT, put back original BEGIN blocks on helper routines
Amiri Barksdale at Home [Thu, 6 Oct 2011 01:20:10 +0000]
Add version dep on SQLT, put back original BEGIN blocks on helper routines

12 years agoAdd test for non-signatures namespace cleaning
Amiri Barksdale at Home [Wed, 5 Oct 2011 07:21:17 +0000]
Add test for non-signatures namespace cleaning

12 years agoRemove dep on signatures
Amiri Barksdale at Home [Sun, 2 Oct 2011 20:56:25 +0000]
Remove dep on signatures

12 years agoIgnore file update
Amiri Barksdale at Home [Fri, 27 May 2011 15:59:48 +0000]
Ignore file update

12 years agoAdd SQLT to Makefile.PL test_requires
Amiri Barksdale at Home [Thu, 5 May 2011 02:36:08 +0000]
Add SQLT to Makefile.PL test_requires

12 years agoRemove commented code, spurious deps.
Amiri Barksdale at Home [Wed, 4 May 2011 23:49:56 +0000]
Remove commented code, spurious deps.

12 years agoRemove old sqlite db, more generated files.
Amiri Barksdale at Home [Wed, 4 May 2011 23:42:01 +0000]
Remove old sqlite db, more generated files.

12 years agoBump DBIC version, cnange email
Amiri Barksdale at Home [Wed, 4 May 2011 21:25:47 +0000]
Bump DBIC version, cnange email

12 years agoOK, sequences finally working.
Amiri Barksdale at Home [Wed, 4 May 2011 02:53:22 +0000]
OK, sequences finally working.

13 years agoRemove generated stuff
Florian Ragwitz [Thu, 10 Mar 2011 17:38:08 +0000]
Remove generated stuff

13 years agoExperiment with sequence.
Amiri Barksdale at Home [Mon, 7 Mar 2011 14:53:46 +0000]
Experiment with sequence.

13 years agoWorking on sequences
Amiri Barksdale at Home [Thu, 6 Jan 2011 05:17:46 +0000]
Working on sequences

13 years agoRemove dep in test file
Amiri Barksdale at Home [Mon, 3 Jan 2011 22:15:06 +0000]
Remove dep in test file

13 years agoFix view ordering by requiring ddo declaration in result class
Amiri Barksdale at Home [Mon, 3 Jan 2011 22:13:03 +0000]
Fix view ordering by requiring ddo declaration in result class

13 years agoNew, failing SQLT deployment order test.
Amiri Barksdale at Home [Wed, 29 Dec 2010 15:50:43 +0000]
New, failing SQLT deployment order test.

The order of the views is not being set properly because one keeps
depending on itself. Still code-diving to find out why. The Cafe schema
works, and I don't see the difference yet.

13 years agoDebugging why sqlt deployment order of views is wrong.
Amiri Barksdale at Home [Tue, 28 Dec 2010 15:26:32 +0000]
Debugging why sqlt deployment order of views is wrong.

13 years agoRefactor tests a little bit.
Amiri Barksdale at Home [Fri, 24 Dec 2010 04:29:21 +0000]
Refactor tests a little bit.

13 years agoAdd new test for basic sanity
Amiri Barksdale at Home [Fri, 24 Dec 2010 02:59:32 +0000]
Add new test for basic sanity

13 years agoAdd a test lib and failing test for no explicit sequence declaration
Amiri Barksdale at Home [Thu, 23 Dec 2010 23:12:50 +0000]
Add a test lib and failing test for no explicit sequence declaration

13 years agoRe-adding sequence to raw table not working
Amiri Barksdale at Home [Thu, 23 Dec 2010 21:34:02 +0000]
Re-adding sequence to raw table not working

13 years agoRoll back MTITest result classes
Amiri Barksdale at Home [Thu, 23 Dec 2010 18:32:12 +0000]
Roll back MTITest result classes

13 years agoTidy tests
Amiri Barksdale at Home [Thu, 23 Dec 2010 18:21:36 +0000]
Tidy tests

13 years agoRemove extra 03 test file
Amiri Barksdale at Home [Thu, 23 Dec 2010 18:06:24 +0000]
Remove extra 03 test file

13 years agoManual workaround for Pg and DBICs default insert_returning behavior.
Amiri Barksdale at Home [Thu, 23 Dec 2010 18:03:50 +0000]
Manual workaround for Pg and DBICs default insert_returning behavior.

Must set schema->storage->_use_insert_returning to 0 manually.

13 years agoSequence must be declared.
Amiri Barksdale at Home [Mon, 29 Nov 2010 14:36:52 +0000]
Sequence must be declared.

13 years agoSequence must be declared.
Amiri Barksdale at Home [Mon, 29 Nov 2010 14:36:52 +0000]
Sequence must be declared.

13 years agoAdding 'RETURNING *' to each body_part.
Amiri Barksdale at Home [Sat, 14 Aug 2010 05:12:03 +0000]
Adding 'RETURNING *' to each body_part.

13 years agoChange gitignore to ignore generated sql;
Amiri Barksdale at Home [Mon, 12 Jul 2010 03:10:50 +0000]
Change gitignore to ignore generated sql;

13 years agoAlready changed source_name keys in deploy_depends_on to use the new
Amiri Barksdale at Home [Mon, 12 Jul 2010 03:06:47 +0000]
Already changed source_name keys in deploy_depends_on to use the new
view_deps API (which requires result_class keys) from DBIC; now just refactoring tests.

13 years agoNailing down errors in deployment.
Amiri Barksdale at Home [Tue, 15 Jun 2010 14:54:21 +0000]
Nailing down errors in deployment.

13 years agoExtend Cafe tests.
Amiri Barksdale at Home [Wed, 2 Jun 2010 21:57:45 +0000]
Extend Cafe tests.

13 years agoFormats and POD
Amiri Barksdale at Home [Wed, 2 Jun 2010 01:57:52 +0000]
Formats and POD

14 years agoUse DwarnS in 02view-def.t
Amiri Barksdale at Home [Sat, 17 Apr 2010 15:34:10 +0000]
Use DwarnS in 02view-def.t

14 years agoFinal draft of docs... formatting issues and feedback from others.
Amiri Barksdale at Home [Fri, 16 Apr 2010 19:11:30 +0000]
Final draft of docs... formatting issues and feedback from others.

14 years agoRemove META.yml
Amiri Barksdale at Home [Fri, 16 Apr 2010 18:07:06 +0000]
Remove META.yml

14 years agoClean repo
Amiri Barksdale at Home [Fri, 16 Apr 2010 15:51:02 +0000]
Clean repo

14 years agoAdd some subroutine docs. Must write another test so that I can understand all ins...
Amiri Barksdale at Home [Sun, 11 Apr 2010 18:57:15 +0000]
Add some subroutine docs. Must write another test so that I can understand all ins and outs.

14 years agoBeginning of docs. Making headway. Next is subroutine docs
Amiri Barksdale at Home [Sat, 10 Apr 2010 19:43:40 +0000]
Beginning of docs. Making headway. Next is subroutine docs

14 years agoadd add_additional_parents method
Matt S Trout [Fri, 21 Aug 2009 19:12:47 +0000]
add add_additional_parents method

14 years agoremember to add the mixin class to our superclasses
Matt S Trout [Tue, 18 Aug 2009 04:53:06 +0000]
remember to add the mixin class to our superclasses

14 years agoapparently working additional parent support
Matt S Trout [Tue, 18 Aug 2009 04:45:46 +0000]
apparently working additional parent support

14 years agorework generation to hopefully handle multiple parents
Matt S Trout [Tue, 18 Aug 2009 04:42:45 +0000]
rework generation to hopefully handle multiple parents

14 years agofix sfunc names, basically works
Matt S Trout [Tue, 18 Aug 2009 03:29:37 +0000]
fix sfunc names, basically works

14 years agoprobably works for adding extra sources; doing some testing without before caring
Matt S Trout [Tue, 18 Aug 2009 03:14:12 +0000]
probably works for adding extra sources; doing some testing without before caring

14 years agoupdate Makefile.PL to have deps and WriteAll
Matt S Trout [Mon, 17 Aug 2009 19:51:18 +0000]
update Makefile.PL to have deps and WriteAll

14 years agomove additional source attach
Matt S Trout [Mon, 17 Aug 2009 19:38:42 +0000]
move additional source attach

14 years agorel copying. weird recursive dependency problem though.
Matt S Trout [Fri, 14 Aug 2009 11:12:41 +0000]
rel copying. weird recursive dependency problem though.

14 years agoMerge branch 'master' of dbsrgits@git.shadowcat.co.uk:DBIx-Class-ResultSource-Multipl...
Matt S Trout [Sun, 2 Aug 2009 16:26:43 +0000]
Merge branch 'master' of dbsrgits@git.shadowcat.co.uk:DBIx-Class-ResultSource-MultipleTableInheritance

14 years agousing SQLA2
Matt S Trout [Fri, 24 Jul 2009 16:25:14 +0000]
using SQLA2

14 years agouc types in function signatures
Matt S Trout [Sun, 2 Aug 2009 00:35:47 +0000]
uc types in function signatures

14 years agorule generation
Matt S Trout [Sun, 2 Aug 2009 00:18:33 +0000]
rule generation

14 years agogenerate function bodies
Matt S Trout [Sun, 2 Aug 2009 00:08:30 +0000]
generate function bodies

14 years agoSELECT statement generation
Matt S Trout [Sat, 1 Aug 2009 23:05:18 +0000]
SELECT statement generation

14 years agosketch of view generation code
Matt S Trout [Sat, 1 Aug 2009 20:35:37 +0000]
sketch of view generation code

14 years agousing SQLA2
Matt S Trout [Fri, 24 Jul 2009 16:25:14 +0000]
using SQLA2

14 years agoclean up code a bit more
Matt S Trout [Wed, 3 Jun 2009 20:08:36 +0000]
clean up code a bit more

14 years agoinitial tests and some fixups
Matt S Trout [Wed, 3 Jun 2009 19:42:36 +0000]
initial tests and some fixups

14 years agofirst cut at additional source code
Matt S Trout [Wed, 3 Jun 2009 18:09:25 +0000]
first cut at additional source code

14 years agostart to sketch out code
Matt S Trout [Wed, 3 Jun 2009 15:34:42 +0000]
start to sketch out code

14 years agopm file and some notes
Matt S Trout [Tue, 2 Jun 2009 21:13:54 +0000]
pm file and some notes

14 years agoadd first file
Matt S Trout [Tue, 2 Jun 2009 20:02:25 +0000]
add first file