File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33A simple parser to split SQL (and/or DDL) files into individual SQL queries and strip comments.
44
5- [ ![ PHP Version] ( https://img.shields.io/badge/php-7.4%2B-blue.svg )] ( https://packagist.org/packages/kodus/sql-split )
65[ ![ PHP Version] ( https://img.shields.io/badge/php-8.0%2B-blue.svg )] ( https://packagist.org/packages/kodus/sql-split )
7- [ ![ PHP Version] ( https://img.shields.io/badge/php-8.1%2B-blue.svg )] ( https://packagist.org/packages/kodus/sql-split )
86[ ![ Build Status] ( https://travis-ci.org/kodus/sql-split.svg?branch=master )] ( https://travis-ci.org/kodus/sql-split )
97
108### Install via Composer
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ UPGRADING
55### PHP 8.0 required
66From version 2.0.0, ` kodus/sql-split ` requires at least PHP version 8.0
77
8+ ### Typehints added
9+ Typehints were added to properties and method signatures of ` Kodus\SQLSplit\Tokenizer ` and ` Kodus\SQLSplit\Splitter ` .
10+
11+ If you've made classes that extend those, you should update these classes with correct typehints as well.
12+
813### Namespace changed
914From version 2.0.0, the namespace of the ` Splitter ` and ` Tokenizer ` has changed from ` Kodus\SQL ` to ` Kodus\SQLSplit ` .
1015
You can’t perform that action at this time.
0 commit comments