Markers

repos/database/src/DatabaseQuery.php 1

Type Line Description
TODO 2240 - What to do? sprintf() throws a Warning in these cases.

repos/filesystem/src/Clients/FtpClient.php 1

Type Line Description
TODO 1232 Deal with recurse -- nightmare

repos/filesystem/src/Helper.php 1

Type Line Description
TODO 235 add user space filter loading like user space stream loading

repos/language/src/Language.php 1

Type Line Description
TODO 445 - This shouldn't be absorbed

repos/database/src/Mysqli/MysqliDriver.php 1

Type Line Description
TODO 161 This should maybe be moved to the parent class.

repos/database/src/Mysqli/MysqliImporter.php 3

Type Line Description
TODO 257 Incorporate into parent class and use $this.
TODO 272 Don't quote numeric values.
TODO 283 Don't quote numeric values.

repos/database/src/Mysql/MysqlImporter.php 3

Type Line Description
TODO 221 Incorporate into parent class and use $this.
TODO 236 Don't quote numeric values.
TODO 247 Don't quote numeric values.

repos/database/src/Query/MysqlQueryBuilder.php 1

Type Line Description
TODO 218 Remove this method when the database version requirements have been raised to >= 8.0.0 for MySQL and >= 10.2.0 for MariaDB so the ROW_NUMBER() window function can be used in any case.

repos/database/src/Pgsql/PgsqlImporter.php 1

Type Line Description
TODO 312 Incorporate into parent class and use $this.

repos/registry/src/Registry.php 1

Type Line Description
TODO 565 Create a new private method from part of code below, as it is almost equal to 'set' method

repos/database/src/Sqlite/SqliteDriver.php 3

Type Line Description
TODO 189 Not fake this
TODO 202 Not fake this
TODO 260 Come up with and implement a standard across databases.

repos/database/src/Sqlsrv/SqlsrvDriver.php 7

Type Line Description
TODO 290 Run a blank query here
TODO 331 Not fake this
TODO 345 Not fake this
TODO 359 Not fake this
TODO 372 Not fake this
TODO 449 To implement.
TODO 555 SELECT IDENTITY

repos/archive/src/Zip.php 3

Type Line Description
TODO 135 Finish Implementation
TODO 488 Review and finish implementation
TODO 621 Review and finish implementation