70f78a5f9c
Math update for Matrix multiplications
2024-11-19 12:03:12 +09:00
94edb7f556
Add unique page name check for edit pages, bug fixes in Form Template Generate and DB Array IO classes
2024-03-21 12:45:39 +09:00
13602bdd73
DB\IO update with better error reporting and auto update for placeholders in queries
2023-10-16 15:02:30 +09:00
dad6b797e0
ErrorMsg auto log if log level is debug, Form\Generate split out DBArrayIO class
2023-10-02 12:29:50 +09:00
90550746ab
Bug fix in DB\ArrayIO for pk_id access
2023-09-27 09:43:32 +09:00
c57e798591
Add proper Exceptions to class instead of false return on critical problems
2023-09-01 18:32:57 +09:00
e0f8bad2d9
DB\IO Call trace in context array for any debug calls
2023-06-16 13:24:34 +09:00
1203164d7e
DB\IO: add convert types to php type (TTD-606)
...
Convert DB types to PHP types
Current settings:
- off
- on: int/bool on;y
- json: json strings to array
- numeric: and real/float to php float (possible precision loss)
- bytea: convert PostgreSQL bytea strings to php data strings
2023-06-13 11:54:53 +09:00
29d5ef92d4
Updates for v9.0 release
2023-05-31 16:27:50 +09:00
f410d761ba
Remove deprecated classes and methods, deprecate all named constants
...
All named constants used inside classes have been deprecated and
must now be set from method calls, class init, etc
2023-03-09 16:41:55 +09:00
0a80abe8a4
PHP 8.1 base version update
2023-02-28 18:04:42 +09:00
cfcd601b3a
Add src files for CoreLibs composer all package
2023-02-16 12:47:43 +09:00