009e30eb7e
- Added ArrayOf attributes and DatasetFill/DatasetPull events. ArrayCollection is also working with ArrayOf attributes
2026-04-13 17:00:29 +00:00
Dave Mc Nicoll
fd5d31fa17
- Merged getValue override
2026-02-25 20:09:28 +00:00
Dev
11e436236c
- Heavy rework on search request handling of entities
2025-12-02 00:15:54 +00:00
Dave Mc Nicoll
cb125545c7
- WIP on search request handling of operators
2025-11-11 18:22:44 +00:00
Dave Mc Nicoll
2e45eba520
- Added some more debug info, fixed missing interface on Entity
2025-09-17 20:30:22 +00:00
b33c67b594
- WIP on locale formatting since strftime is deprecated
...
- Added Limit and Offset attributes in RelationBuilder
2025-07-14 16:54:45 +00:00
Dave Mc Nicoll
a5d65025f8
- Fixed a bug within mssql migration
2025-06-20 13:11:56 +00:00
Dave Mc Nicoll
c719e4a6d1
- WIp on Migration for mssql
2025-05-26 18:21:37 +00:00
Dave Mc Nicoll
fb4985160a
- WIP on Migration of MsSQL
2025-05-21 18:46:34 +00:00
Dave Mc Nicoll
cc6048d4ee
- WIP on migration and some bug fixes linked to withJoin() select problems
2025-05-15 18:05:23 +00:00
bd0d928f35
- Added SearchableInterace as base of EntityInterface
2024-12-16 19:44:07 +00:00
Dave Mc Nicoll
589524ca3a
- Added limitation on fixedValue in Where attribute
2024-12-09 16:40:50 +00:00
Dave Mc Nicoll
411992c7a8
- Added a new Field Mapper to SQLs Adapters.
...
- Defined missing MySQL fields attributes
- WIP on lean-console's migration methods
2024-10-21 18:12:24 +00:00
Dave Mc Nicoll
3c2ae86653
- Field mapper is now removed from Adapters and set into it's own object
...
- Added a PK to Column (IS)
2024-10-14 12:53:15 +00:00
Dave Mc Nicoll
3ba8a2a5d0
- Fixed 'value' for SearchRequestOrderBy and also fixed a typo where SearchManual would not be set
2024-10-07 19:38:29 +00:00
Dave Mc Nicoll
62998faf40
- WIP on SearchRequest enums and manual searchs
2024-06-28 11:46:09 +00:00
Dave Mc Nicoll
bd9078230d
- Multiple bug fixes related to notes 2.x
2024-05-31 12:26:39 +00:00
f3be11a590
- WIP on notes 2.x
2024-05-28 08:59:12 -04:00
Dave Mc Nicoll
9fdebf454d
- Started working on decoupling QueryBuilder from SqlQueryBuilder
...
- WIP on SearchRequest attributes
- Began working on removing 'Ulmus' class
- WIP on removing SQL query building from Repository (which will become SqlRepository)
2024-04-17 15:54:48 -04:00
d9fa51fa18
- Still WIP on removing annotations
2023-12-04 12:36:06 -05:00
Dave Mc Nicoll
c2cccc0222
- Fixed a proble within EntityInterface with field(s) which needed a false instead of bool
2023-11-07 11:12:59 -05:00
bfc1e1cf93
- WIP on removing annotations
2023-11-03 19:45:21 -04:00
Dave Mc Nicoll
cc741566fb
- Bugfixes made while working on lean/console database migrations
2023-08-31 09:15:50 -04:00
Dave Mc Nicoll
8489cb4841
- Added some options to withJoin() method of repository
2023-08-29 16:32:25 -04:00
2ad52aba85
- WIP on Alter table for lean-console
2023-03-30 15:24:48 +00:00
9514a46ae7
- WIP on SQLite Adapter and migration
2023-03-27 18:38:31 +00:00
43880eb428
- Migrated Entity's file into attributes
2023-03-23 15:09:42 +00:00
b6752f4364
WIP on docs and added basic enums supports
2023-01-14 02:19:42 +00:00
Dave Mc Nicoll
0e8443b1c1
Prepping everything for a PHP 8 release
2022-10-10 14:26:27 +00:00
c14644cdda
- A lot of work done on bug fixing. Added a new SQLite adapter
2022-01-28 16:37:35 +00:00
e3d0e45a4e
- Some work done on correcting LDAP package compatibility
2021-03-09 15:25:46 +00:00
e465ecdf32
- Work done on Join and using the @Relation annotation in case there is no join.
...
- Added some field type (date, Datetime, Time)
- Added a new @Filter annotation which allows to filter repository from relation into a method.
2021-01-26 16:48:40 +00:00
efa957fe58
- Merged stash after pull
2020-10-16 15:27:54 +00:00
Dave Mc Nicoll
5d00a7e394
- Fixed GroupBy
2020-10-06 11:43:31 -04:00
Dave Mc Nicoll
4d221859fc
- Added Events to repository and entitytrait objects. Some more work to be done on this.
...
- Diverses bug fixes linked to join and relations
- Field date and datetime are now outputed using given locale.
2020-05-20 15:34:50 -04:00
8a16ab8062
- Fixed Datetime output
2020-02-10 15:19:46 -05:00
Dave Mc Nicoll
2f43fb4559
- More work done on Update, Insert and Delete clause
...
- Added TOP property to select and delete to fit MSSQL limit's term.
- Added a new interface allowing object's manipulation on save() and load() queries
2020-02-07 16:36:38 -05:00
Dave Mc Nicoll
828daffec8
- WIP on insert/update statement
2020-02-05 16:19:57 -05:00
Dave Mc Nicoll
5bd60129ea
- Added a new MsSQL adapter
...
- Some bugfixes were made within annotations.
- Added a new Object Instanciator which allows to manipulate and define how an object from an entity must be instanciated with given value.
2020-01-29 16:11:16 -05:00