Yuri Kuznetsov
3316afaaad
change year
2025-01-06 09:16:05 +02:00
Yuri Kuznetsov
4c5791110c
ref
2024-12-03 11:38:22 +02:00
Yuri Kuznetsov
055322ae90
ref
2024-11-15 12:36:51 +02:00
Yuri Kuznetsov
abfc22c080
ref
2024-11-15 12:13:25 +02:00
Yuri Kuznetsov
85d4490231
ref
2024-11-15 11:47:08 +02:00
Yuri Kuznetsov
5821ce7cb2
ref
2024-11-15 11:15:57 +02:00
Yuri Kuznetsov
3bb8d47663
ref
2024-11-15 10:44:25 +02:00
Yuri Kuznetsov
af8188685c
attribute consts
2024-11-11 17:03:05 +02:00
Yuri Kuznetsov
9e30e60fb1
cs
2024-09-15 13:01:35 +03:00
Yuri Kuznetsov
9168dd69f2
orm: mapper ref, fix wildcard in expression
2024-06-20 17:45:44 +03:00
Yuri Kuznetsov
c69fc7f2c9
orm mapper: deleted check
2024-06-20 16:39:10 +03:00
Yuri Kuznetsov
1092b17a13
orm mapper: check deleted when update
2024-06-17 12:50:10 +03:00
Yuri Kuznetsov
a2c81e5891
orm reportsitory delete from db if no deleted
2024-05-15 10:49:36 +03:00
Yuri Kuznetsov
f1070612b4
ref cs
2024-05-15 10:43:17 +03:00
Yuri Kuznetsov
995fbba9de
update file headers
2023-12-31 10:49:50 +02:00
Yuri Kuznetsov
c95be2f54e
orm isRelatedById method
2023-11-08 11:22:38 +02:00
David
1262fdbf29
fixed group by in count ( #2734 )
...
Co-authored-by: David Moškoř <david.moskor@apertia.cz >
2023-05-10 09:13:26 +03:00
Yuri Kuznetsov
2b667ffa03
cs
2023-04-29 10:55:29 +03:00
Yuri Kuznetsov
e11e3d6168
cleanup
2023-03-04 10:34:09 +02:00
Yuri Kuznetsov
ca9f25636b
ref
2023-03-03 17:33:51 +02:00
Yuri Kuznetsov
8fd8434d68
ref
2023-03-03 11:56:30 +02:00
Yuri Kuznetsov
26e7f3dfd2
type ref
2023-03-03 10:07:04 +02:00
Yuri Kuznetsov
e8b6db20a2
orm discard aggregation
2023-03-03 09:55:15 +02:00
Yuri Kuznetsov
eab0596c33
orm executor ref
2023-03-02 13:11:28 +02:00
Yuri Kuznetsov
f2a27c024f
ref
2023-03-02 12:32:53 +02:00
Yuri Kuznetsov
2a7a12f58c
cs
2023-02-18 22:49:43 +02:00
Yuri Kuznetsov
da7fc9d6a0
cs
2023-02-17 16:28:31 +02:00
Yuri Kuznetsov
16a313f659
orm exists operator
2023-02-11 20:04:54 +02:00
Taras Machyshyn
6f676c8a2f
2023 year
2023-01-03 16:01:43 +02:00
David
3d8b487754
getColumns datatype fix ( #2545 )
...
Co-authored-by: David Moškoř <david.moskor@apertia.cz >
2022-12-29 13:03:06 +02:00
Yuri Kuznetsov
1f33f41965
orm ref
2022-08-31 11:51:50 +03:00
Yuri Kuznetsov
e5389af306
fix phpdoc
2022-08-10 17:52:55 +03:00
Yuri Kuznetsov
24b935c789
type fixes
2022-03-22 11:29:33 +02:00
Yuri Kuznetsov
3ef6de205f
get id exception
2022-03-21 11:34:48 +02:00
Yuri Kuznetsov
a8a46976de
type fixes
2022-03-14 14:46:42 +02:00
Yuri Kuznetsov
6e5b4b1483
type fixes
2022-02-21 16:10:08 +02:00
Yuri Kuznetsov
e5a0774e3e
type fix
2022-02-17 16:53:09 +02:00
Taras Machyshyn
095f82df1c
2022 year
2022-02-10 12:12:23 +02:00
Yuri Kuznetsov
691343c9b2
type fixes
2022-01-03 15:52:15 +02:00
Yuri Kuznetsov
f496f386ee
type fixes
2021-11-10 15:44:09 +02:00
Yuri Kuznetsov
4069d38978
type fixes
2021-11-09 16:14:07 +02:00
Yuri Kuznetsov
7081440121
type fixes
2021-11-05 11:22:59 +02:00
Yuri Kuznetsov
e5df6ad7bf
type fixes
2021-11-04 12:48:31 +02:00
Yuri Kuznetsov
64a3b851b6
type fixes
2021-11-02 18:24:37 +02:00
Yuri Kuznetsov
6391c3ca08
fixes
2021-11-01 17:17:44 +02:00
Yuri Kuznetsov
3f15295293
fixes
2021-10-29 15:53:31 +03:00
Yuri Kuznetsov
8286d7b621
fixes
2021-10-29 12:46:57 +03:00
Yuri Kuznetsov
1e7f248d28
rename QueryParams => Query
2021-06-24 12:30:24 +03:00
Arkady
b19c543988
fix cs ( #1995 )
...
* remove leading slashes in `use` clauses
* remove spaces inside parenthesis
* ensure one blank line after the `use` statement
* ensure cast are written in lower case
* fix whitespace around the keyword of a class
* remove spaces after function call
* remove trailing whitespace
* standardize spaces around ternary operator
* ensure php keywords are in lower case
* remove whitespace before closing semicolon
* ensure whitespace after each comma in array
* ensure `true`, `false`, and `null` are lower case
2021-05-12 23:53:11 +03:00
Yuri Kuznetsov
44f25f7497
typo fixes and cleanup
2021-05-09 14:40:40 +03:00