Part-DB-server/src/DataTables
2023-07-22 23:51:06 +02:00
..
Adapters Do not use fetch join, as even with the N+1 problem the queries are faster than with the very complex and slow expressions needed for the fetch Join pagination 2023-07-22 23:51:06 +02:00
Column Use enum for manufacturing status 2023-07-08 23:49:47 +02:00
Filters Only enable Choice and InstanceOfConstraints if a value is provided 2023-06-18 21:20:07 +02:00
Helpers Added declare strict types to all files 2023-06-11 18:59:07 +02:00
AttachmentDataTable.php Applied rector with PHP8.1 migration rules 2023-06-11 14:17:19 +02:00
ErrorDataTable.php Improved typing and phpdoc type annotations 2023-06-18 15:37:42 +02:00
LogDataTable.php Fixed bug, that prevented all related history entries for an element 2023-07-19 00:01:42 +02:00
PartsDataTable.php Do not use fetch join, as even with the N+1 problem the queries are faster than with the very complex and slow expressions needed for the fetch Join pagination 2023-07-22 23:51:06 +02:00
ProjectBomEntriesDataTable.php Improved typing and phpdoc type annotations 2023-06-18 15:37:42 +02:00