Yuri Kuznetsov
fdc9a98c1d
fix
2022-03-14 12:49:05 +02:00
Yuri Kuznetsov
11bd9c7d8f
update dbal
2022-03-14 11:46:31 +02:00
Yuri Kuznetsov
8f6b418f03
type fixes
2022-03-10 12:39:04 +02:00
Taras Machyshyn
095f82df1c
2022 year
2022-02-10 12:12:23 +02:00
Yuri Kuznetsov
c61513cf84
fixes
2021-11-05 12:02:06 +02:00
Yuri Kuznetsov
8286d7b621
fixes
2021-10-29 12:46:57 +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
Taras Machyshyn
e3b8b450a4
DBAL: bug fixing
2021-02-11 13:09:20 +02:00
Taras Machyshyn
c15c486603
Fix changing default values in MariaDB
2021-02-10 12:42:46 +02:00
Taras Machyshyn
2830400da5
DBAL: do not change collation when changing a field
2021-02-10 10:22:01 +02:00
Taras Machyshyn
124cce55bd
2021 license
2021-01-25 16:37:54 +02:00
Yuri Kuznetsov
97ff03f87e
Fix DBAL
2020-12-31 15:17:28 +02:00
Taras Machyshyn
74ad947ade
Fixes for DBAL v3.0
2020-12-30 15:36:39 +02:00
Yuri Kuznetsov
8bbfd862e4
cs fix
2020-08-28 16:28:17 +03:00
Taras Machyshyn
bf131b7a0e
Added 'dbType' => 'longtext' for text fields
2020-05-01 14:29:28 +03:00
Taras Machyshyn
9061853666
DBAL: bug fixes
2020-04-28 17:35:45 +03:00
Taras Machyshyn
fec23a0e93
New 2020 year
2020-01-03 16:33:30 +02:00
Taras Machyshyn
5923757810
Database indexes changes
2019-10-18 10:40:07 +03:00
Taras Machyshyn
75e5349475
DBAL bug fixes
2019-10-03 17:02:22 +03:00
Taras Machyshyn
6acba3efb8
Fixes for 'indexes' attribute for manyMany relationships
2019-10-01 17:17:39 +03:00
Taras Machyshyn
061dda1a1e
Fixed index name issue
2019-09-02 18:18:30 +03:00
yuri
32e32ddc51
2019 license
2019-02-25 16:45:32 +02:00
Taras Machyshyn
d7fc389182
DBAL: fixed a problem of changing text field type
2018-12-21 18:15:10 +02:00
Taras Machyshyn
65368519c7
DBAL: compare text length
2018-12-20 17:10:42 +02:00
Taras Machyshyn
75bdd68779
DBAL: default value for MariaDB 10.2.7+
2018-11-13 15:37:28 +02:00
Taras Machyshyn
3172cdbd55
DBAL: bug fixes
2018-11-09 15:18:54 +02:00
Taras Machyshyn
29f3f7c330
Bug fixes for utf8mb4
2018-10-12 15:39:09 +03:00
Taras Machyshyn
cba8867389
Bug fixes for MySQL 8
2018-08-01 18:49:40 +03:00
Taras Machyshyn
abc48ca76f
Fulltext bug fixes
2018-07-13 16:52:02 +03:00
Taras Machyshyn
7953705e30
MEDIUMTEXT is a default text type
2018-06-21 19:00:36 +03:00
Taras Machyshyn
b6f5909df1
MySQL 8 bug fixes
2018-06-06 16:44:06 +03:00
Taras Machyshyn
d0635484a2
Database: default column charset is utf8mb4
2018-02-20 15:56:34 +02:00
Taras Machyshyn
9b19e67eac
Added 2018 year
2017-12-20 15:29:17 +02:00
Taras Machyshyn
fac5704c9e
Added 2017 year
2017-01-17 15:07:08 +02:00
yuri
6d674c007e
php 7 compatibility
2016-02-29 17:01:18 +02:00
yuri
eddc32ebd7
fix bad comments
2015-11-05 16:01:40 +02:00
yuri
de68abfbb4
license
2015-11-04 10:56:15 +02:00
Taras Machyshyn
575a4f12cc
Fixed a bug with deleting/adding an autoincrement field
2015-05-18 16:14:55 +03:00
Taras Machyshyn
8035bc424e
added 2015 to the license
2015-01-15 15:36:20 +02:00
Taras Machyshyn
29c39fb4fd
use MyISAM engine for database
2014-11-17 17:06:04 +02:00
Yuri Kuznetsov
dc3f6080c9
replace tabs with spaces
2014-10-20 11:13:16 +03:00
Yuri Kuznetsov
6d81d9f6b2
Merge branch 'hotfix/2.5.3'
2014-10-01 11:58:30 +03:00
Taras Machyshyn
107584e0f9
DBAL: column length can be increased only
2014-09-16 11:35:38 +03:00
Yuri Kuznetsov
33c3594273
jsonObject
2014-09-15 17:47:22 +03:00
Taras Machyshyn
7dcdfcd231
DBAL fixed changing column length
2014-09-11 15:20:18 +03:00
Taras Machyshyn
eccef0b92f
fixed jsonArray DBAL issue
2014-06-03 16:49:15 +03:00
Taras Machyshyn
55ade5feaa
added 'jsonArray' type
2014-05-08 12:22:21 +03:00
Taras Machyshyn
e4a411797a
fixed autoincrement field
2014-05-01 14:04:40 +03:00
Taras Machyshyn
56e7abd95a
DBAL: remove foreign keys, leave only indexes
2014-04-17 15:18:03 +03:00