summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* remove IteratorQueryIgnace Nyamagana Butera2014-04-252-137/+77
|
* stream filtering enhancedIgnace Nyamagana Butera2014-04-241-18/+14
|
* adding stream filter traitIgnace Nyamagana Butera2014-04-221-0/+53
|
* adding CSV Lazy loadingIgnace Nyamagana Butera2014-04-221-2/+2
|
* deprecated fetchColIgnace Nyamagana Butera2014-04-151-2/+3
|
* Columns Count Consistency testIgnace Nyamagana Butera2014-04-141-21/+0
|
* Columns Count Check in Writer Class #34Ignace Nyamagana Butera2014-04-141-0/+21
|\ | | | | | | | | Conflicts: src/Writer.php
| * Added row consistency check to WriterSági-Kazár Márk2014-04-111-0/+21
| |
* | method name changed for consistencyIgnace Nyamagana Butera2014-04-141-12/+12
| |
* | implementing consistency check in the Writer class #34ignace nyamagana butera2014-04-141-1/+36
|/
* Update AbstractCsv introduce setIteratorIgnace Nyamagana Butera2014-03-311-7/+0
|
* Update NullHandling namesIgnace Nyamagana Butera2014-03-241-7/+7
|
* adding null value handling in Writer class #28ignace nyamagana butera2014-03-241-0/+46
|
* adding locale setter/getterIgnace Nyamagana Butera2014-03-241-0/+7
|
* improved filtering methodsIgnace Nyamagana Butera2014-03-121-3/+10
|
* Bug fix PHPUnit CsvTestIgnace Nyamagana Butera2014-03-111-1/+2
|
* Merge pull request #25 from thephpleague/detectdelimiterignace nyamagana butera2014-03-111-0/+39
|\ | | | | adding detectDelimiter to AbstractCsv class #16
| * # This is a combination of 2 commits.Ignace Nyamagana Butera2014-03-111-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: # This is a combination of 4 commits. # The first commit's message is: implementing detectDelimiter #16 # The 2nd commit message will be skipped: # implementing detectDelimiter with Exceptions #16 # The 3rd commit message will be skipped: # implementing detectDelimiter #16 # The 4th commit message will be skipped: # implementing detectDelimiter with Exceptions #16 # The 2nd commit message will be skipped: # implementing detectDelimiter with Exceptions #16
* | Merge pull request #23 from thephpleague/reader-applyignace nyamagana butera2014-03-101-0/+20
|\ \ | | | | | | adding the each method to the Reader class
| * | adding the each method to the Reader classignace nyamagana butera2014-03-101-0/+20
| |/
* | Merge pull request #22 from thephpleague/filter-enhancedignace nyamagana butera2014-03-101-3/+20
|\ \ | | | | | | you can add/remove multiple filter
| * | you can add/remove multiple filterIgnace Nyamagana Butera2014-03-101-3/+20
| |/ | | | | | | Improve IteratorFilter::applyFilter method #11
* | using autoload-dev in composerignace nyamagana butera2014-03-074-4/+8
|/
* Update namespace from Bakame to LeagueIgnace Nyamagana Butera2014-02-284-6/+6
|
* improved handling in the library4.2.1ignace nyamagana butera2014-02-221-0/+6
|
* remove validation resolves #14ignace nyamagana butera2014-02-222-9/+0
|
* ConverterTrait improvedignace nyamagana butera2014-02-171-1/+4
|
* move AbstractCsv output methods to ConverterTrait traitignace nyamagana butera2014-02-161-0/+21
|
* AbstractCsv::getIterator improvedignace nyamagana butera2014-02-162-4/+10
|
* Updating the library dropping PSR-0 in favor of PSR-4Ignace Nyamagana Butera2014-02-146-0/+0
|
* remove Bakame iterator2array implementation4.1.1Ignace Nyamagana Butera2014-02-141-7/+0
|
* regroup Iterator function class and method under the same namespaceIgnace Nyamagana Butera2014-02-141-2/+2
|
* implementing a local iterator2array to boost performanceIgnace Nyamagana Butera2014-02-111-0/+7
|
* bug fix AbstractCsv::createFromString and Writer::insertOne to better works ↵Ignace Nyamagana Butera2014-02-071-5/+5
| | | | with string conversion
* change IteratorQuery::execute method visibility from public to protectedIgnace Nyamagana Butera2014-02-061-8/+18
|
* adding encoding setter and getter to AbstractCsv classIgnace Nyamagana Butera2014-02-062-1/+10149
|
* DocBlock updateIgnace Nyamagana Butera2014-01-311-9/+5
|
* Update IteratorQuery::execute method visibilityIgnace Nyamagana Butera2014-01-312-61/+102
|
* Update Writer::insertAll method name to bring cohesion in method naming in ↵Ignace Nyamagana Butera2014-01-311-3/+3
| | | | the library
* Documentation Update and Classes refactoredIgnace Nyamagana Butera2014-01-302-25/+5
|
* added open mode into Reader and Writer constructor and remove optional CSV ↵Ignace Nyamagana Butera2014-01-303-14/+31
| | | | control parameters arguments from constructor
* Writer methods named changedIgnace Nyamagana Butera2014-01-292-8/+8
|
* Csv Class updated to remove useless exceptionIgnace Nyamagana Butera2014-01-291-1/+1
|
* remove the strict optional parameters to fetchCol in the Reader classIgnace Nyamagana Butera2014-01-291-5/+0
|
* remove deprecated files from version 3.0Ignace Nyamagana Butera2014-01-292-162/+0
|
* update Unit TestIgnace Nyamagana Butera2014-01-291-0/+2
|
* Adding the Writer class and updating the Reader class so that both extend ↵Ignace Nyamagana Butera2014-01-292-42/+112
| | | | the basic Csv class
* Adding the generic CSV classIgnace Nyamagana Butera2014-01-291-0/+160
|
* adding the possibility to create a CSV from an object implementing the ↵Ignace Nyamagana Butera2014-01-281-0/+8
| | | | __toString method
* Bump to version 3.3Ignace Nyamagana Butera2014-01-281-2/+2
|
* Adding IteratorAggregate interface to ReaderIgnace Nyamagana Butera2014-01-281-1/+10
|
* adding CSV output trait and moving all traits in their own directory + bug ↵Ignace Nyamagana Butera2014-01-273-9/+7
| | | | fix for offsetGet method + query can now take an optional callable argument
* Added MapIterator and normalized callable parameters in fetch* methodsIgnace Nyamagana Butera2014-01-201-1/+14
|
* added toHTML, jsonSerialize, query methods to ReaderIgnace Nyamagana Butera2014-01-161-0/+24
|
* adding the filtering methods and removing deprecated method from documentationIgnace Nyamagana Butera2014-01-152-56/+70
|
* Adding Countable and ArrayAccess Interval to Bakame\Csv\ReaderIgnace Nyamagana Butera2014-01-141-0/+23
|
* Adding Conditionnal Methods to limit fetchs Methods resultsIgnace Nyamagana Butera2014-01-141-12/+86
|
* Unit Tests for CsvControlsTraits are now decoupled from CodecIgnace Nyamagana Butera2014-01-142-34/+43
|
* merge conflict resolved3.1.0Ignace Nyamagana Butera2014-01-131-0/+3
|\
| * Bug fix in the Reader class to allow fetchAssoc to combine array when the ↵Ignace Nyamagana Butera2014-01-101-0/+12
| | | | | | | | number of items does not match
* | Bug fixes Reader::fetchOne now always return an array, Reader::fetchCol ↵Ignace Nyamagana Butera2014-01-131-3/+15
| | | | | | | | returned array length is result independent and increased arguments check in all fetch* methods
* | Added the render and the __toString() methods to the Reader class.ignace nyamagana butera2014-01-131-22/+31
| |
* | Bug fix in the Reader class to allow fetchAssoc to combine array when the ↵Ignace Nyamagana Butera2014-01-131-0/+12
|/ | | | number of items does not match
* Codec Refactored to return Reader instance and to use CsvControlTrait traitIgnace Nyamagana Butera2014-01-101-21/+9
|
* Introducing the ReaderInterface and the Reader Class to ease CSV data ↵Ignace Nyamagana Butera2014-01-101-0/+82
| | | | manipulation
* Removed unnecessary Test since create visibility has changedIgnace Nyamagana Butera2014-01-091-16/+0
|
* renamed and update Codec.phpignace nyamagana butera2014-01-011-8/+8
|
* changed class name and Bump version 1.01.0.0Ignace Nyamagana Butera2013-12-031-24/+24
|
* Wrapper::create refactoredIgnace Nyamagana Butera2013-12-032-2/+12
|
* Wrapper::create refactoredIgnace Nyamagana Butera2013-12-032-3/+1
|
* adding file mode accessIgnace Nyamagana Butera2013-12-031-2/+18
|
* Remove WrapperExceptionIgnace Nyamagana Butera2013-12-031-5/+13
|
* Wrapper::save method simplificationIgnace Nyamagana Butera2013-12-031-1/+1
|
* change flag settings by defaultIgnace Nyamagana Butera2013-12-031-4/+9
|
* added WrapperException classIgnace Nyamagana Butera2013-12-031-5/+5
|
* added Unit TestingIgnace Nyamagana Butera2013-12-032-0/+131