Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SQLT options to be passed to unique constraints #87

Closed
wants to merge 551 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
551 commits
Select commit Hold shift + click to select a range
cb4b23e
(travis) Remove trial SQLA workaround (no longer on CPAN) - retry ano…
ribasushi Jan 11, 2015
731c2d8
Fix Postgres test hang with DBD::Pg 3.5.0+ (work around RT#100648)
ribasushi Jan 8, 2015
7617dcc
Keep T::B IO open in t/52leaks.t END - other ENDs pending (esp. since…
ribasushi Jan 22, 2015
1a77219
Fix intermittent failures in the LeakTracer on 5.18+, remove all work…
ribasushi Jan 22, 2015
dfb9119
Delete useless test
ribasushi Jan 24, 2015
4aa3f96
Neither of these can fail now that we dep on 5.8.1 (missed in 55087b99)
ribasushi Jan 24, 2015
1c30a2e
Standardize the struct-cloning interface throughout the codebase
ribasushi Jan 25, 2015
c9a26f7
Minor streamline of optdeps usage (no functional changes)
ribasushi Jan 18, 2015
79b1bf0
OptDeps doc-mangling, no functional changes
ribasushi Jan 17, 2015
31c31b8
Rewrite optdeps to accept a list of groups
ribasushi Oct 17, 2014
5ffa39c
Deprecate req_errorlist_for, proxy to to modreq_errorlist_for
ribasushi Jan 8, 2015
e3a7746
Make OptDeps aware of envvars as first-class requirements (test_* gro…
ribasushi Oct 26, 2014
e163f48
Introduce basic optdeps group inclusion mechanism, simplify many decl…
ribasushi Jan 20, 2015
afb8fc5
Add import-time action stub to OptDeps, switch distbuild checks to it
ribasushi Jan 18, 2015
cb551b0
Add import-time-skip support to OptDeps, switch most tests over to that
ribasushi Oct 17, 2014
a02d6f5
Remove obsolete startup check (introduced in 5e724964, superseded by …
ribasushi Feb 10, 2015
4b9c54b
Fix overspecified msaccess test optdep (should not include icdt)
ribasushi Feb 8, 2015
8548e45
Move some ICDT dependent (sub)tests around (no functional changes)
ribasushi Feb 7, 2015
1f5d74a
Remove DateTime requirement from tests that do not rely on it
ribasushi Feb 7, 2015
d1bd396
Clarify optdep API signatures to be explicitly single-argument
ribasushi Feb 6, 2015
d1f653c
Stabilize and further test complex optdep include scenarious
ribasushi Feb 6, 2015
7975645
Move the SQLite test dependency specification to optdeps
ribasushi Feb 9, 2015
6025611
Relax the optdep naming criteria, introduce _-prefixed intermediate g…
ribasushi Feb 6, 2015
7d2772a
Introduce (empty for now) intermediate optdep groups related to IC::DT
ribasushi Feb 8, 2015
a3f8bd0
Rewrite internals of the optdep include mechanism (introduced in e163…
ribasushi Feb 6, 2015
2baba3d
Finally implement compound OptDep group augmentation
ribasushi Feb 10, 2015
461e818
Introduce ad hoc requirements and add skip_without method to optdeps
ribasushi Feb 10, 2015
a40329c
Remove useless INIT blocks from CDBI tests - no changes
ribasushi Jan 25, 2015
4519d82
Remove redundant skip checks in CDBICompat tests
ribasushi Feb 10, 2015
83eef56
Switch CDBICompat and its tests to OptDeps
ribasushi Feb 10, 2015
aa0e82a
(travis) Temporarily kill Firebird ODBC testing
ribasushi Feb 10, 2015
2a89732
(travis) Run a couple tests in single-threaded mode
ribasushi Feb 10, 2015
74113bd
Fix updating multiple CLOB/BLOB columns on Oracle
klkane Nov 18, 2014
c7e8563
Revert 2c2bc4e5 - it is entirely superseded by cb551b07, 2baba3d9 and…
ribasushi Feb 11, 2015
3225bc7
Revert c8dc7d33 - entirely superseded by 83eef5621
ribasushi Feb 11, 2015
28916ec
Roll back massive unrelated test changeset introduced in 74b5397c
ribasushi Feb 11, 2015
ab7c641
Revert 2131aa2, cf52a9a and 2aa3f4c
ribasushi Feb 15, 2015
e7b6c2a
Rewrite hot-ish _dbi_attrs_for_bind codepath in a leaner way
ribasushi Feb 15, 2015
a477f1b
Merge branch 'current/for_cpan_index' into current/blead
ribasushi Feb 15, 2015
5e61dd3
This hasn't failed in over a year, enable for plain installs
ribasushi Feb 26, 2015
245e3f5
Factor out author count anouncement, making it seen on plain installs
ribasushi Feb 26, 2015
c26b30d
Move a number of tests to xt, restructure extra lists
ribasushi Feb 26, 2015
94464be
(travis) Update apt cache when doing a large set of installs
ribasushi Feb 28, 2015
3591019
(travis) Only consider the runmode a 'Smoker' when we CI ourselves
ribasushi Mar 2, 2015
cff17b9
Remove warning introduced in 75a1d824d
ribasushi Mar 2, 2015
0020e36
At last a safer Moo (lots of kludges undone)
ribasushi Feb 26, 2015
3619783
Stop noise from a particular combination of DateTime and DateTime::Ti…
ribasushi Mar 5, 2015
af1f8fb
(travis) shunt intermittent failures stopping postgres
ribasushi Mar 5, 2015
81b29c8
(travis) Make a separate is_ci runmode, separated from is_smoker
ribasushi Mar 5, 2015
c9abd67
Extract LeakTracer symtable visitor into DBICTest::Util
ribasushi Mar 3, 2015
cebc0cc
Add comprehensive 'report-prereqs'-like tooling
ribasushi Mar 4, 2015
a5741f5
Fix t/54taint.t failures on perl-in-hell-in-space
ribasushi Mar 5, 2015
250d9e5
Rewire OptDeps to not attempt any module loads under missing envvars
ribasushi Mar 6, 2015
4bfba4e
More desc_env fixes: Win32 lib matching, and better formatting of fin…
ribasushi Mar 5, 2015
d43a56e
Merge branch 'current/for_cpan_index' into current/blead
ribasushi Mar 11, 2015
bd51025
Fix brainfart from cb551b07 - 'if' is still a module, don't need it
ribasushi Mar 12, 2015
ee20935
Get the leaktest to work with Test::More-(hopefully-not)-to-be
ribasushi Feb 26, 2015
8e67215
Remove erroneous undefer introduced in 8d73fcd4 (confuses old perls i…
ribasushi Mar 9, 2015
3d56e02
The real workaround for txn_scope_guard being called twice
ribasushi Mar 12, 2015
127fb47
Forgotten test adjustment in bd510251
ribasushi Mar 12, 2015
1888e80
Fix brainfart from cb551b07 - 'if' is still a module, don't need it
ribasushi Mar 12, 2015
cd771d5
Get the leaktest to work with Test::More-(hopefully-not)-to-be
ribasushi Feb 26, 2015
90a8030
Remove erroneous undefer introduced in 8d73fcd4 (confuses old perls i…
ribasushi Mar 9, 2015
65abdb8
Relax sanity check in _resolve_relationship_condition
ribasushi Mar 13, 2015
7e17537
'undef =>' isn't what one would want
ribasushi Mar 16, 2015
e1d9e57
Clarify name of guard function from 3d56e026, add it globally
ribasushi Mar 17, 2015
ee57336
Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
ribasushi Mar 17, 2015
d63c9e6
Workaround for double-call of destructors (based on 3d56e026 and e1d9…
ribasushi Mar 12, 2015
df604e8
(travis) Temporary pin LMU, work around RT#102853
ribasushi Mar 18, 2015
b74b15b
Some stylistic test changes in preparation for next commits
ribasushi Mar 17, 2015
7d6c28b
Fix exception on complex update/delete under a replicated setup
ribasushi Mar 17, 2015
8b60b92
Run the entire test suite under replicated SQLite on DBICTEST_VIA_REP…
ribasushi Mar 17, 2015
a83b761
(travis) Revert LMU pin df604e83d
ribasushi Mar 18, 2015
0ba0c34
(travis) Better handle ENV poisoning, get jobs under 4mb limit again
ribasushi Mar 18, 2015
e4b7965
Relax sanity check in _resolve_relationship_condition
ribasushi Mar 13, 2015
fd6687a
'undef =>' isn't what one would want
ribasushi Mar 16, 2015
7154ff3
Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
ribasushi Mar 17, 2015
a6543cf
Some stylistic test changes in preparation for next commits
ribasushi Mar 17, 2015
da4a8fe
Fix exception on complex update/delete under a replicated setup
ribasushi Mar 17, 2015
fd2c665
Run the entire test suite under replicated SQLite on DBICTEST_VIA_REP…
ribasushi Mar 17, 2015
16c65a3
(travis) Better handle ENV poisoning, get jobs under 4mb limit again
ribasushi Mar 18, 2015
a8e561e
Fix uninitialized warnings on empty hashes passed to join/prefetch
vanstyn Oct 29, 2014
ca30d84
Fix uninitialized warnings on empty hashes passed to join/prefetch
vanstyn Oct 29, 2014
cbb3ea4
Example doesn't work without 'year' column
ingydotnet Mar 3, 2015
64fce75
Linked "prefetch" in columns documentation
Mar 2, 2015
2e7c645
Added add_columns documentation about controlling float precision
drzigman Dec 27, 2014
d71867e
Clarify load_namespaces call -- more than one call can be made
xmikew Sep 30, 2014
fc8d35d
Cross-reference alias with current_source_alias
karenetheridge Oct 8, 2014
b7fcdab
Inflators are not respected by find() (being a ResultSet method)
Nov 7, 2014
1f9ae1a
Examples and documentation update and cleanup
talexb Sep 4, 2013
4dbfa42
Example doesn't work without 'year' column
ingydotnet Mar 3, 2015
b339d2e
Linked "prefetch" in columns documentation
Mar 2, 2015
2d70708
Added add_columns documentation about controlling float precision
drzigman Dec 27, 2014
f7d6f0e
Clarify load_namespaces call -- more than one call can be made
xmikew Sep 30, 2014
b00f9ad
Cross-reference alias with current_source_alias
karenetheridge Oct 8, 2014
372b98a
Inflators are not respected by find() (being a ResultSet method)
Nov 7, 2014
409a3b1
Examples and documentation update and cleanup
talexb Sep 4, 2013
d50f2fe
(travis) Cut down the amount of APT repos during updates
ribasushi Mar 28, 2015
a1f6fcc
Work around Firebird/InterBase/ODBC crash in tests
ilmari Apr 1, 2015
137dca0
(travis) Revert backout of ODBC firebird testing aa0e82a2
ribasushi Apr 2, 2015
34f354c
Fix incorrect optdep output introduced in 34d2deae / 31c31b8d
ribasushi Apr 1, 2015
6bb14e9
(travis) Restore proper post-success testing
ribasushi Apr 2, 2015
fb954d9
(travis) Factor out sitelib cleaner, we will call it more than once soon
ribasushi Apr 2, 2015
5ac4a96
(travis) Refactor the NUMTHREADS codepaths, rename variable (see next…
ribasushi Apr 2, 2015
bf44bdb
(travis) Enhance post-success to run a full CPAN install cycle
ribasushi Apr 2, 2015
01fd95b
(travis) Much lighter CI runs when smoking a PR
ribasushi Apr 3, 2015
cea3012
(travis) Add explicit sudo:true to .travis.yml
geotheve Mar 27, 2015
30b4a31
Do not load PadWalker at all on plain installs
kentfredric Apr 2, 2015
bcfa276
Update Changes with stuff already shipped to CPAN as v0.082810 and v0…
ribasushi Apr 3, 2015
a4f3b65
Minor code reformat, to shorten the diff of next commit
ribasushi Apr 3, 2015
534521d
Fix missing handling of on_(dis)connect* failures
ribasushi Apr 3, 2015
ec1e08e
Make sure plain install with DBICTEST_VIA_REPLICATED works
ribasushi Apr 3, 2015
baa02fa
(travis) More robust post-success test cycle run (enhancements over b…
ribasushi Apr 3, 2015
55c6fb9
Rewrite dependency lister from - now produces *much* easier to read o…
ribasushi Apr 5, 2015
0d1e528
Add an explicit DateTime::TimeZone::OlsonDB optdep
ribasushi Apr 5, 2015
3cd1b17
Further enhance 00describe_environment.t:
ribasushi Apr 6, 2015
843b427
One last touch of describe_environment: explain missing checksum
ribasushi Apr 6, 2015
c6b73be
Post-last touchups to 00describe_environment.t
ribasushi Apr 7, 2015
f6d731a
Fix corner case of stringify-only overloaded values
ribasushi Apr 27, 2015
68b1db5
This is no longer necessary after 4068e05f
ribasushi Apr 30, 2015
a872a9d
(travis) *FINALLY* remove Module::Build::Tiny front-loading
ribasushi Apr 19, 2015
ce1ef2d
(travis) Peg Module::Install - new versions deps on autodie, which is…
ribasushi May 3, 2015
3a554b6
(travis) Enhance sterilization to work on < 5.12 as well
ribasushi May 13, 2015
1ab8de4
(travis) Correctly detect CI on github forks
ribasushi May 19, 2015
90e0908
(travis) Simplify some steps - no longer needed for various reasons
ribasushi May 19, 2015
e9d552d
Make sure tests pass without a compiler present (another step to RT#7…
ribasushi May 19, 2015
c863e10
Rewrite the collapsing rowparser pigeonholing logic
ribasushi Feb 26, 2015
970d8ca
The encode-and-substitute in the generator is not necessary since a8f…
ribasushi Feb 26, 2015
164aab8
Rewrite collapsing parser while loop (mere op-level golf)
ribasushi Mar 3, 2015
05a5ca4
Replace all instances of ; in the rowparser loop with , ( ~15% speedup )
ribasushi May 20, 2015
908c46a
Add extra (passing) test for operations on sourceless results
ribasushi May 20, 2015
17f1b61
Fix forgotten 'unless' tripped by 05a5ca4b (introduced in c863e102)
ribasushi May 20, 2015
ba31911
(optdeps) Skip-spec brainfart in offline mysql/pg test specs
ribasushi Apr 27, 2015
54a9a08
(optdeps) Rename an inconsistent 'icdt' marker to 'ic_dt' before we'v…
ribasushi Apr 27, 2015
9348feb
(optdeps) Explicitly force group names to lower-case (for now)
ribasushi May 4, 2015
07d0bba
Fix t/storage/quote_names.t failures, caused by lazily built sqlmaker
ilmari May 27, 2015
247c80f
Stop importing all the POSIX functions
ilmari Jun 3, 2015
47603d6
More excision of POSIX::import() calls (similar to 247c80fb)
ribasushi Jun 7, 2015
62f2092
Add Schmorp's "stable perl" fork to the smoke rosters
ribasushi Jun 7, 2015
113087b
(travis) Double check M::B::T is not pulled in (related to a872a9d7)
ribasushi Jun 9, 2015
2c657cb
(travis) Improve the "Did it really install?" check
ribasushi Jun 10, 2015
a966127
(travis) Better shuffling of the prereq installation order
ribasushi May 28, 2015
c5915b4
Make sure tests still pass in a fork-limited environment
ribasushi Jun 10, 2015
b05e745
Move prefetch selector injection a bit further down in rsattr resolution
ribasushi Jun 23, 2015
47dba3e
Simplify and rename _resolve_prefetch
ribasushi Jun 23, 2015
35ca725
Remove dead code from CDBICompat::ImaDBI
ribasushi Jun 24, 2015
00ba5e6
Remove no longer needed try{} block in related rel instantiation
ribasushi Jun 24, 2015
7edcdb8
Minor op reorder in ::ResultSet::related_resultset
ribasushi Jun 26, 2015
8bb3f33
Bring in line behavior of related_resultset() on both $rs and $result
ribasushi Jun 26, 2015
88e5704
Remove pieces forgotten in 35ca725a (nothing refers to them)
ribasushi Jun 28, 2015
de54e8b
Make sure array-relconds edge case is handled properly
ribasushi Jul 3, 2015
8a3e207
Remove ability to hand an explicit condition to resolve_relationship_…
ribasushi Jul 3, 2015
a4e58b1
Switch a couple 'no-brainer' spots to _resolve_relationship_condition
ribasushi Jul 3, 2015
af1a396
Even though I personally added these in 4f8c9678 I no longer recall why
ribasushi Jul 5, 2015
8169206
Streamline (logic-wise, not syntax-wise) handling of 'foreign_values'
ribasushi Jul 5, 2015
86ed11c
Rewrite incredibly overcomplicated add_X m2m helper
ribasushi Jul 5, 2015
2f7d81b
Change incomprehensible names of test relationships from e98e6478
ribasushi Jul 5, 2015
e6f5efa
Expand (and complicate) m2m test from e98e6478
ribasushi Jul 5, 2015
12d4ace
Multiple common sense fixes for m2m accessors
ribasushi Jul 5, 2015
519c486
(travis) Silencer changes in f8200928 were practically undone by 8b60…
ribasushi Jul 5, 2015
04d94bc
Redo badly named constant folding arg introduced in 8d73fcd4
ribasushi Jul 16, 2015
d66442d
(optdeps) Fix incorrect optdep output introduced in 34d2deae / 31c31b8d
ribasushi Apr 1, 2015
7ccdd74
(optdeps) Skip-spec brainfart in offline mysql/pg test specs
ribasushi Apr 27, 2015
bf3587c
(optdeps) Rename an inconsistent 'icdt' marker to 'ic_dt' before we'v…
ribasushi Apr 27, 2015
7562528
(optdeps) Explicitly force group names to lower-case (for now)
ribasushi May 4, 2015
d437f66
Add an explicit DateTime::TimeZone::OlsonDB optdep
ribasushi Apr 5, 2015
dabde0b
Work around Firebird/InterBase/ODBC crash in tests
ilmari Apr 1, 2015
cc6cd52
Do not load PadWalker at all on plain installs
kentfredric Apr 2, 2015
62b92f8
Update Changes with stuff already shipped to CPAN as v0.082810 and v0…
ribasushi Apr 3, 2015
8336115
Rewrite dependency lister - now produces *much* easier to read output
ribasushi Apr 5, 2015
096ab90
Fix corner case of stringify-only overloaded values
ribasushi Apr 27, 2015
83e8741
Minor code reformat, to shorten the diff of next commit
ribasushi Apr 3, 2015
b815389
Fix missing handling of on_(dis)connect* failures
ribasushi Apr 3, 2015
87a645c
This is no longer necessary after 4068e05f
ribasushi Apr 30, 2015
1864ab5
(travis) Multiple fixups to the CI lifted from blead:
ribasushi Apr 2, 2015
b58cfea
Make sure plain install with DBICTEST_VIA_REPLICATED=1 still works
ribasushi Apr 3, 2015
e5e98e5
Make sure tests still pass in a fork-limited environment
ribasushi Jun 10, 2015
59effb9
Make sure tests pass without a compiler present (another step to RT#7…
ribasushi May 19, 2015
93b72ec
(travis) Add explicit sudo:true to .travis.yml
geotheve Mar 27, 2015
aa3891d
(travis) Add Schmorp's "stable perl" fork to the smoke rosters
ribasushi Jun 7, 2015
beb858a
Rewrite the collapsing rowparser pigeonholing logic
ribasushi Feb 26, 2015
060b9e4
The encode-and-substitute in the generator is not necessary since a8f…
ribasushi Feb 26, 2015
8e06d75
Rewrite collapsing parser while loop (mere op-level golf)
ribasushi Mar 3, 2015
d43f173
Replace all instances of ; in the rowparser loop with , ( ~15% speedup )
ribasushi May 20, 2015
05e201a
Add extra (passing) test for operations on sourceless results
ribasushi May 20, 2015
0b06c34
Fix t/storage/quote_names.t failures, caused by lazily built sqlmaker
ilmari May 27, 2015
5e5823f
Stop importing all the POSIX functions
ilmari Jun 3, 2015
617150f
Move prefetch selector injection a bit further down in rsattr resolution
ribasushi Jun 23, 2015
31dc2ec
Simplify and rename _resolve_prefetch
ribasushi Jun 23, 2015
e187eec
Remove dead code from CDBICompat::ImaDBI
ribasushi Jun 24, 2015
b47fb9c
Remove no longer needed try{} block in related rel instantiation
ribasushi Jun 24, 2015
1f785c7
Minor op reorder in ::ResultSet::related_resultset
ribasushi Jun 26, 2015
938b7ad
Bring in line behavior of related_resultset() on both $rs and $result
ribasushi Jun 26, 2015
d6e30de
Make sure array-relconds edge case is handled properly
ribasushi Jul 3, 2015
36d2ef2
Remove ability to hand an explicit condition to resolve_relationship_…
ribasushi Jul 3, 2015
b70a4bb
Switch a couple 'no-brainer' spots to _resolve_relationship_condition
ribasushi Jul 3, 2015
748e26b
Even though I personally added these in 4f8c9678 I no longer recall why
ribasushi Jul 5, 2015
ab78b11
Streamline (logic-wise, not syntax-wise) handling of 'foreign_values'
ribasushi Jul 5, 2015
bf718c4
Redo badly named constant folding arg introduced in 8d73fcd4
ribasushi Jul 16, 2015
3315c8d
Rewrite incredibly overcomplicated add_X m2m helper
ribasushi Jul 5, 2015
576ae54
Change incomprehensible names of test relationships from e98e6478
ribasushi Jul 5, 2015
b79eae3
Expand (and complicate) m2m test from e98e6478
ribasushi Jul 5, 2015
5294fdc
Multiple common sense fixes for m2m accessors
ribasushi Jul 5, 2015
8a67d9c
Add missing deprecation warnings on m2m set_*, tighten up code
ribasushi Aug 13, 2015
6983130
More reshuffling of the m2m helper code - no functional changes intended
ribasushi Aug 13, 2015
11e469d
Convert the m2m helper generation to Sub::Quote (as in 8d73fcd4)
ribasushi Jul 20, 2014
a4cff05
Add missing deprecation warnings on m2m set_*, tighten up code
ribasushi Aug 13, 2015
9ab7393
More reshuffling of the m2m helper code - no functional changes intended
ribasushi Aug 13, 2015
b8bd706
Convert the m2m helper generation to Sub::Quote (as in 8d73fcd4)
ribasushi Jul 20, 2014
ec493c3
Merge branch 'current/for_cpan_index' into current/blead
ribasushi Aug 13, 2015
e240b8b
Add is_exception check to the result of exception_action (inspired by…
ribasushi Aug 10, 2015
4f29a59
Enhance exception action test (no functional changes)
lamoz Jan 21, 2013
84e4e00
Ensure the stack properly deals and warns on Null-Pattern exception o…
lamoz Jan 21, 2013
e950561
Work around EUMM 7.06 creating an empty blib/ dir, breaking prove -lr
ribasushi Sep 7, 2015
57947c1
(travis) Pin Sub::Identify until RT#106929 is fixed
ribasushi Sep 7, 2015
261a9d6
Not sure what I was thinking, but 18637ebb never worked :/
ribasushi Aug 14, 2015
35f4ceb
Silence warning introduced in sloppy workaround e9505615
ribasushi Sep 7, 2015
619f81c
Fix failing tests with DBICTEST_SYBASE_DSN set
ribasushi Aug 14, 2015
b0c42bb
Switch the ::Sybase family to _determine_connector_driver (same as 75…
ribasushi Aug 14, 2015
5241250
Trap expected t/746sybase.t warnings, use LC_ALL instead of LANG
ribasushi Aug 14, 2015
7e01774
First pass on Sybase::ASE - reformats and minor cleanups for future c…
ribasushi Sep 10, 2015
216f29d
Greatly simplify the ::Sybase::ASE::insert() override
ribasushi Sep 10, 2015
b8e92da
Fix ::Sybase::ASE incorrect attempt to retrieve an autoinc on blob in…
perlpunk Jul 29, 2015
4a5fd48
Trap exact condition of reported, yet undiagnosed IDENTITY_SELECT
ribasushi Sep 10, 2015
a223f75
(travis) Enhance checks (and diag) whether a core module did in fact …
ribasushi Sep 9, 2015
3ed87c5
(travis) Revert pin of Sub::Identify (57947c1e)
ribasushi Sep 10, 2015
fb30f0c
(travis) Add a dev-rel non-clean test (with distbuilding) on really o…
ribasushi Sep 10, 2015
d296da9
Fix invalid variable names in ResultSource::View examples
ilmari Sep 18, 2015
957f6ff
Simplify debugfh rebuilding after clearing
ilmari Aug 29, 2015
fdd47fe
The weird scan-for-binds-before-scan was obviated by a9e985b7
ribasushi Sep 21, 2015
71b788f
Normalize _parse_rs_attrs - no functional changes
ribasushi Sep 21, 2015
66bbb12
Simplify DBIHacks order_by scan generator
ribasushi Sep 21, 2015
19955cd
Another rewrap in ::DBIHacks::_resolve_aliastypes_from_select_args
ribasushi Sep 22, 2015
753fd57
Scanning strings piecemeal makes no sense - join them up
ribasushi Sep 22, 2015
229401a
A little more golfing - this time ::DBIHacks::_resolve_column_info
ribasushi Sep 28, 2015
90c9dd1
Instead of assembling many small regexes scan all the SQL in one pass
ribasushi Sep 22, 2015
757891e
Save one _resolve_aliastypes in the case of a subqueried prefetch
ribasushi Sep 28, 2015
8920356
Even more aggressive streamline of SQL scanning in _resolve_aliastypes
ribasushi Sep 28, 2015
07fadea
Clarify comments/documentation regarding DBIC/SQLA/DQ relationship
ribasushi Oct 15, 2015
821edc0
Switch several caller() invocations to explicit CORE::caller()
ribasushi Oct 8, 2015
0f6d86e
Reduce amount of initial connects during non-SQLite test-RDBMS lock-g…
ribasushi Oct 7, 2015
622fe55
(travis) When running under CI make t/storage/quote_names.t respect l…
ribasushi Oct 8, 2015
0627845
(travis) Stop using the ramdisk for MySQL/Pg data
ribasushi Oct 8, 2015
3c26d32
(travis) Minimize MySQL config further - even less chance of OOMs
ribasushi Oct 6, 2015
69016f6
Add comprehensive concurrent-test-locking logging to aid future debug…
ribasushi Oct 8, 2015
a32fbb3
(travis) Now that File:Path is fixed, test the distbuild deps under d…
ribasushi Oct 9, 2015
ee70a1e
(travis) One more addition to the smoke-devrel family: 5.8.8 with lon…
ribasushi Oct 9, 2015
750a4ad
Stop using bare $] throughout - protects the codebase from floating p…
ribasushi Oct 9, 2015
5789527
Allow SQLT options to be passed to unique constraints
Nov 3, 2015
05e063c
No longer require caveat on unique \%options
Nov 3, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
((nil . ((indent-tabs-mode . nil)))
(cperl-mode . ((cperl-indent-level . 2)
(cperl-continued-statement-offset . 2)
(cperl-continued-brace-offset . 0)
(cperl-close-paren-offset . -2)
(cperl-indent-subs-specially . nil)
(indent-tabs-mode . nil))))
24 changes: 19 additions & 5 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,43 @@
# https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html#_mapping_authors

Alexander Hartmaier <[email protected]> <[email protected]>
Alexander Kuznetsov <[email protected]> <acca(at)cpan.org>
Amiri Barksdale <[email protected]> <[email protected]>
Andrew Rodland <[email protected]> <[email protected]>
Arthur Axel "fREW" Schmidt <[email protected]>
Brendan Byrd <[email protected]> <[email protected]>
Brendan Byrd <[email protected]> <[email protected]>
Brendan Byrd <[email protected]> <[email protected]>
Ash Berlin <[email protected]> <[email protected]>
Brendan Byrd <[email protected]> <[email protected]>
Brendan Byrd <[email protected]> <[email protected]>
Brendan Byrd <[email protected]> <[email protected]>
Brian Phillips <[email protected]> <[email protected]>
Christian Walde <[email protected]> <[email protected]>
Jess Robinson <[email protected]><[email protected]>
Dagfinn Ilmari Mannsåker <[email protected]><[email protected]>
David Kamholz <[email protected]> <[email protected]>
David Schmidt <[email protected]> <[email protected]>
David Schmidt <[email protected]> <[email protected]>
David Schmidt <[email protected]> <[email protected]>
Devin Austin <[email protected]> <[email protected]>
Duncan Garland <[email protected]> <duncan@duncan-laptop.(none)>
Felix Antonius Wilhelm Ostmann <[email protected]> <[email protected]>
Fitz Elliott <[email protected]> <[email protected]>
Gerda Shank <[email protected]> <[email protected]>
Gianni Ceccarelli <[email protected]> <[email protected]>
Gordon Irving <[email protected]> <[email protected]>
Hakim Cassimally <[email protected]> <hakim@vm-participo.(none)>
Henry Van Styn <[email protected]> <[email protected]>
Jason M. Mills <[email protected]> <[email protected]>
Jonathan Chu <[email protected]> <[email protected]>
Jose Luis Martinez <[email protected]> <[email protected]>
Kent Fredric <[email protected]> <[email protected]>
Matt Phillips <[email protected]> <[email protected]>
Norbert Csongrádi <[email protected]> <[email protected]>
Roman Filippov <[email protected]> <[email protected]>
Peter Rabbitson <[email protected]> <[email protected]>
Tim Bunce <[email protected]> <[email protected]>
Roman Filippov <[email protected]> <[email protected]>
Ronald J Kimball <[email protected]> <[email protected]>
Samuel Kaufman <[email protected]> <[email protected]>
Tim Bunce <[email protected]> <[email protected]>
Toby Corkindale <[email protected]> <[email protected]>
Tommy Butler <[email protected]> <[email protected]>
Ton Voon <[email protected]> <[email protected]>
Wallace Reis <[email protected]> <[email protected]>
Loading