Marc Mims [Thu, 14 Sep 2017 23:33:56 +0000]
Add failing test
Fixtures dumps virtual columns which causes populate to fail because the
column doesn't exist in the table.
This failing test demonstrates the problem.
Samuel Kaufman [Mon, 21 Mar 2016 15:02:17 +0000]
released
Samuel Kaufman [Mon, 21 Mar 2016 14:59:37 +0000]
prepping stable release
Samuel Kaufman [Mon, 21 Mar 2016 14:52:06 +0000]
changelog
Samuel Kaufman [Fri, 11 Mar 2016 20:39:36 +0000]
prepping trial version
Samuel Kaufman [Fri, 11 Mar 2016 20:38:17 +0000]
Merge branch 'people/TBSliver/oracle-sequence-ignore'
Samuel Kaufman [Fri, 11 Mar 2016 20:38:08 +0000]
changelog
Tom Bloor [Wed, 9 Mar 2016 19:05:38 +0000]
Skip trying to create sequences in Oracle
In Oracle, unlike in Postgres, you have to completely drop and recreate a
sequence if you want to change the current value - or do custom
increment/decrement logic for it. This means that making this work in a
universal way is extremely difficult if not impossible. If this proves to be an
issue in the future, this can be revisited.
Samuel Kaufman [Tue, 5 Jan 2016 15:11:43 +0000]
changelog
Samuel Kaufman [Tue, 5 Jan 2016 15:05:16 +0000]
screwed up the version, fixing
Samuel Kaufman [Tue, 5 Jan 2016 15:02:00 +0000]
releasing as stable
Samuel Kaufman [Tue, 8 Dec 2015 16:35:22 +0000]
updated changelog, version
Samuel Kaufman [Tue, 8 Dec 2015 16:29:27 +0000]
changelog
Samuel Kaufman [Tue, 8 Dec 2015 16:28:40 +0000]
Merge branch 'bugreport_108017'
Samuel Kaufman [Fri, 4 Dec 2015 16:00:28 +0000]
autogenerated Makefile
Samuel Kaufman [Fri, 4 Dec 2015 15:54:31 +0000]
Merge branch 'prereq'
Samuel Kaufman [Fri, 4 Dec 2015 15:54:16 +0000]
changelog
hatorikibble [Tue, 1 Dec 2015 08:27:27 +0000]
added bind_param
hatorikibble [Mon, 30 Nov 2015 20:01:21 +0000]
use quote_identifiers for problematic column names
hatorikibble [Wed, 25 Nov 2015 19:21:32 +0000]
also added requirement File::Temp in dist.ini
hatorikibble [Wed, 25 Nov 2015 11:59:35 +0000]
added File::Temp as prerequisite since it is referenced in Fixtures.pm
skaufman [Tue, 30 Jun 2015 19:03:09 +0000]
added MetaJSON #105580 ether++
skaufman [Thu, 4 Jun 2015 15:13:25 +0000]
added jnap into contributors
skaufman [Thu, 4 Jun 2015 15:06:10 +0000]
released
skaufman [Tue, 2 Jun 2015 19:02:33 +0000]
makefile
skaufman [Tue, 2 Jun 2015 17:33:00 +0000]
version bump
skaufman [Tue, 2 Jun 2015 17:31:51 +0000]
changelog, and releasing as stable
skaufman [Wed, 27 May 2015 14:55:48 +0000]
changelog
skaufman [Wed, 27 May 2015 14:54:14 +0000]
contributors
skaufman [Wed, 27 May 2015 14:49:22 +0000]
screwed up on last release, forgot to merge in branch first
skaufman [Wed, 27 May 2015 14:47:19 +0000]
Merge branch 'people/TBSliver/source_order_fix'
skaufman [Wed, 27 May 2015 14:45:22 +0000]
changelog
skaufman [Wed, 27 May 2015 14:43:23 +0000]
explicitly meta noindex t/lib
skaufman [Wed, 27 May 2015 14:36:18 +0000]
changelog and bump
Tom Bloor [Fri, 22 May 2015 14:39:40 +0000]
move sorting call outside of transaction call
Tom Bloor [Fri, 22 May 2015 11:45:24 +0000]
remove Dwarn statement
Tom Bloor [Fri, 22 May 2015 11:26:33 +0000]
Merged changes into .pm file properly
Tom Bloor [Fri, 22 May 2015 11:25:49 +0000]
fix of minor non-necessary differences
Tom Bloor [Wed, 20 May 2015 23:29:40 +0000]
re-thought the logic, basically stripped the SQLT logic of anything not needed
Tom Bloor [Tue, 19 May 2015 14:50:31 +0000]
testing work with non SQL::Translator algorithm
cant seem to find a way to ignore circular dependencies....
Tom Bloor [Tue, 19 May 2015 14:47:47 +0000]
Temporary fix using SQL::Translator
skaufman [Wed, 27 May 2015 14:30:32 +0000]
added Test::TempDir::Tiny dependency
John Napiorkowski [Tue, 21 Apr 2015 21:31:12 +0000]
fixed test cases
John Napiorkowski [Tue, 21 Apr 2015 20:02:37 +0000]
delete junk file
John Napiorkowski [Tue, 21 Apr 2015 20:02:02 +0000]
Merge branch 'itnode-master'
John Napiorkowski [Tue, 21 Apr 2015 20:01:46 +0000]
merged
John Napiorkowski [Tue, 21 Apr 2015 19:48:28 +0000]
Merge branch 'RsrchBoy-topic/parallelize-tests'
John Napiorkowski [Tue, 21 Apr 2015 19:48:09 +0000]
Merge branch 'topic/parallelize-tests' of https://github.com/RsrchBoy/DBIx-Class-Fixtures into RsrchBoy-topic/parallelize-tests
Patrick Simon [Sat, 11 Apr 2015 11:54:26 +0000]
unicode chars working, but german special chars giving errors
Jens Gassmann [Sat, 11 Apr 2015 09:52:54 +0000]
Adding a test for unicode
Chris Weyl [Tue, 7 Apr 2015 01:07:15 +0000]
gitignore 'tmp/'
Chris Weyl [Tue, 7 Apr 2015 00:23:17 +0000]
switch tests to Test::TempDir::Tiny to enable parallelization
Chris Weyl [Tue, 7 Apr 2015 00:17:38 +0000]
tests: init_schema now accepts a db_dir parameter
...so we can use different directories for testing, and hopefully run tests in
parallel.
Patrick Simon [Wed, 1 Apr 2015 09:38:39 +0000]
example for utf8 encoding
John Napiorkowski [Fri, 6 Mar 2015 00:26:57 +0000]
new test case with nested resultsources
John Napiorkowski [Fri, 6 Mar 2015 00:17:29 +0000]
testing for when resources are nested
John Napiorkowski [Thu, 5 Mar 2015 23:46:54 +0000]
new test resultsource
Samuel Kaufman [Wed, 14 Jan 2015 15:44:37 +0000]
changelog
Samuel Kaufman [Wed, 14 Jan 2015 15:15:48 +0000]
test fixin
Samuel Kaufman [Wed, 14 Jan 2015 15:09:21 +0000]
trial version, bump
Samuel Kaufman [Wed, 14 Jan 2015 15:06:02 +0000]
try to figure out wtf is wrong with windows
Samuel Kaufman [Mon, 5 Jan 2015 00:40:36 +0000]
releasing as stable
Samuel Kaufman [Tue, 30 Dec 2014 19:52:50 +0000]
changelog
Samuel Kaufman [Tue, 30 Dec 2014 19:50:24 +0000]
gitignore
Samuel Kaufman [Tue, 30 Dec 2014 19:49:00 +0000]
changelog
Samuel Kaufman [Tue, 30 Dec 2014 19:45:19 +0000]
made tests cross os compatible
Samuel Kaufman [Fri, 26 Dec 2014 17:07:24 +0000]
changelog
Samuel Kaufman [Fri, 26 Dec 2014 17:05:37 +0000]
preparing for 1.001027_01
Samuel Kaufman [Fri, 26 Dec 2014 16:56:46 +0000]
Merge branch 'os_compat_files'
Samuel Kaufman [Fri, 26 Dec 2014 16:55:39 +0000]
changelog
Samuel Kaufman [Fri, 26 Dec 2014 16:54:01 +0000]
removed unused variable
Samuel Kaufman [Fri, 26 Dec 2014 16:52:26 +0000]
explicitly stringify IO::All objects when they are leaving the immediate scope, or other functions might mistake them for strings
Mike Francis [Wed, 24 Dec 2014 15:24:11 +0000]
Removal of trailing white space
Mike Francis [Wed, 24 Dec 2014 12:17:02 +0000]
Migrate to use IO::All for consistency
Mike Francis [Wed, 24 Dec 2014 12:03:18 +0000]
Fix fixture filenames to be compatible with ntfs systems
Samuel Kaufman [Mon, 1 Dec 2014 18:47:57 +0000]
replace ContributorsFromGit with Git::Contributors
skaufman [Mon, 1 Dec 2014 16:46:42 +0000]
changelog
skaufman [Mon, 1 Dec 2014 16:42:47 +0000]
added [VersionFromModule] plugin, as ::Fixtures uses the version for stuff
skaufman [Mon, 1 Dec 2014 16:24:00 +0000]
Merge branch 'feature/support_scalar_ref_names'
skaufman [Mon, 1 Dec 2014 16:21:22 +0000]
changelog
Mike Francis [Thu, 27 Nov 2014 10:11:51 +0000]
Use source->name or source->source_name for naming of sources in a central method
skaufman [Mon, 1 Dec 2014 14:52:09 +0000]
changelog
skaufman [Sun, 30 Nov 2014 00:57:38 +0000]
version bump
skaufman [Sun, 30 Nov 2014 00:54:09 +0000]
Merge branch 'base64-with-linebreaks-slow'
skaufman [Sun, 30 Nov 2014 00:53:50 +0000]
changelog
Ramin Motakef [Wed, 29 Oct 2014 14:12:28 +0000]
add empty string as second arg to base64encode to speed up loading of fixtures
with external file data.
skaufman [Fri, 15 Aug 2014 21:10:55 +0000]
first attempt at adding travis ci
skaufman [Fri, 15 Aug 2014 13:06:39 +0000]
changelog
skaufman [Fri, 15 Aug 2014 12:55:46 +0000]
changelog
skaufman [Fri, 15 Aug 2014 12:55:21 +0000]
missing dep
skaufman [Thu, 14 Aug 2014 13:07:46 +0000]
set the git repo for metacpan
skaufman [Wed, 13 Aug 2014 21:21:13 +0000]
changelog
skaufman [Wed, 13 Aug 2014 21:20:02 +0000]
1.001023
skaufman [Wed, 13 Aug 2014 21:15:54 +0000]
Changelog
skaufman [Wed, 13 Aug 2014 18:34:08 +0000]
added Authority plugin ( haarg++ )
skaufman [Wed, 13 Aug 2014 15:39:27 +0000]
took out autoprereqs
skaufman [Wed, 13 Aug 2014 15:12:08 +0000]
added upload and confirm plugins
skaufman [Wed, 13 Aug 2014 15:10:52 +0000]
add compile test
skaufman [Wed, 13 Aug 2014 15:10:23 +0000]
changed my mind, going for version 1.001021_01 instead
skaufman [Wed, 13 Aug 2014 15:09:06 +0000]
prepping 1.001022_01