Alex Shubert

Results 4 issues of Alex Shubert

`with` call should not change the receiver type, this is not what it is called for :)

…update form. There is a significant difference between different `for update` semantics and it is desirable to support them. PG: https://www.postgresql.org/docs/12/explicit-locking.html#LOCKING-ROWS Mysql: https://dev.mysql.com/doc/refman/8.0/en/innodb-locking-reads.html All the honor goes to Gleb Leonov...

Distinct the particular text types. Current implementation uses `longtext` everywhere. It does make sense as most of the DB Engines keeps the reference and not the actual value. However that...

``` module "ebs_csi_driver_controller" { source = "DrFaust92/ebs-csi-driver/kubernetes" version = "3.3.1" enable_volume_snapshot = true enable_volume_resizing = true enable_default_fstype = true ebs_csi_controller_role_name = "${var.cluster_name}-ebs-csi-driver-controller" ebs_csi_controller_role_policy_name_prefix = "${var.cluster_name}-ebs-csi-driver-policy" oidc_url = module.eks.cluster_oidc_issuer_url tags =...