From 1f6e7816555c7d5e67c05afbcedf3a24cdd62960 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 7 May 2024 21:33:19 +0200 Subject: [PATCH] nette/database 3.2.1 --- database/bg/configuration.texy | 3 +++ database/cs/configuration.texy | 3 +++ database/de/configuration.texy | 3 +++ database/el/configuration.texy | 3 +++ database/en/configuration.texy | 3 +++ database/es/configuration.texy | 3 +++ database/fr/configuration.texy | 3 +++ database/hu/configuration.texy | 3 +++ database/it/configuration.texy | 3 +++ database/pl/configuration.texy | 3 +++ database/pt/configuration.texy | 3 +++ database/ro/configuration.texy | 3 +++ database/ru/configuration.texy | 3 +++ database/sl/configuration.texy | 3 +++ database/tr/configuration.texy | 3 +++ database/uk/configuration.texy | 3 +++ 16 files changed, 48 insertions(+) diff --git a/database/bg/configuration.texy b/database/bg/configuration.texy index 7885ebcdbb..240dd45ba5 100644 --- a/database/bg/configuration.texy +++ b/database/bg/configuration.texy @@ -54,6 +54,9 @@ database: # само за MySQL: преобразува TINYINT(1) в bool supportBooleans: # (bool) по подразбиране е false + # връща колони с дати като неизменни обекти (от версия 3.2.1) + newDateTime: # (bool) по подразбиране е false + # само за Oracle и SQLite: formatDate formatDateTime: # (string) по подразбиране е 'U' ``` diff --git a/database/cs/configuration.texy b/database/cs/configuration.texy index 4d57a44817..14b2231d43 100644 --- a/database/cs/configuration.texy +++ b/database/cs/configuration.texy @@ -54,6 +54,9 @@ database: # pouze MySQL: převádí TINYINT(1) na bool supportBooleans: # (bool) výchozí je false + # vrací sloupce s datem jako immutable objekty (od verze 3.2.1) + newDateTime: # (bool) výchozí je false + # pouze Oracle a SQLite: formát pro ukládání data formatDateTime: # (string) výchozí je 'U' ``` diff --git a/database/de/configuration.texy b/database/de/configuration.texy index 056af317e7..d7284317dc 100644 --- a/database/de/configuration.texy +++ b/database/de/configuration.texy @@ -54,6 +54,9 @@ database: # nur MySQL: wandelt TINYINT(1) in bool um supportBooleans: # (bool) standardmäßig false + # Gibt Datumsspalten als unveränderliche Objekte zurück (seit Version 3.2.1) + newDateTime: # (bool) standardmäßig false + # nur Oracle und SQLite: Datumsformat formatDateTime: # (string) Standardwert ist 'U' ``` diff --git a/database/el/configuration.texy b/database/el/configuration.texy index 0f25b028e2..81e8d3d1e1 100644 --- a/database/el/configuration.texy +++ b/database/el/configuration.texy @@ -54,6 +54,9 @@ database: # μόνο MySQL: μετατρέπει το TINYINT(1) σε bool supportBooleans: # (bool) προεπιλογή σε false + # επιστρέφει τις στήλες ημερομηνίας ως αμετάβλητα αντικείμενα (από την έκδοση 3.2.1) + newDateTime: # (bool) με προεπιλογή false + # μόνο Oracle και SQLite: μορφή ημερομηνίας formatDateTime: # (string) προεπιλογή 'U' ``` diff --git a/database/en/configuration.texy b/database/en/configuration.texy index ed79fa01eb..b6c78ce38a 100644 --- a/database/en/configuration.texy +++ b/database/en/configuration.texy @@ -54,6 +54,9 @@ database: # MySQL only: converts TINYINT(1) to bool supportBooleans: # (bool) defaults to false + # returns date columns as immutable objects (since version 3.2.1) + newDateTime: # (bool) defaults to false + # only Oracle and SQLite: date format formatDateTime: # (string) defaults to 'U' ``` diff --git a/database/es/configuration.texy b/database/es/configuration.texy index 5e4391fa82..1588b547f3 100644 --- a/database/es/configuration.texy +++ b/database/es/configuration.texy @@ -54,6 +54,9 @@ database: # sólo MySQL: convierte TINYINT(1) a bool supportBooleans: # (bool) por defecto false + # devuelve columnas de fecha como objetos inmutables (desde la versión 3.2.1) + newDateTime: # (bool) por defecto false + # sólo Oracle and SQLite: date format formatDateTime: # (string) defaults to 'U' ``` diff --git a/database/fr/configuration.texy b/database/fr/configuration.texy index 022d9742a9..730a7b0aa7 100644 --- a/database/fr/configuration.texy +++ b/database/fr/configuration.texy @@ -54,6 +54,9 @@ database: # uniquement MySQL : convertit TINYINT(1) en bool supportBooleans : # (bool) valeur par défaut : false + # renvoie les colonnes de date sous forme d'objets immuables (depuis la version 3.2.1) + newDateTime : # (bool) valeur par défaut : false + # uniquement Oracle et SQLite: format de date formatDateTime: # (string) vaut par défaut 'U'. ``` diff --git a/database/hu/configuration.texy b/database/hu/configuration.texy index caedc8887f..680680c7e8 100644 --- a/database/hu/configuration.texy +++ b/database/hu/configuration.texy @@ -54,6 +54,9 @@ database: # csak MySQL: TINYINT(1) bool-ra konvertálja supportBooleans: # (bool) alapértelmezett értéke false + # a dátum oszlopokat megváltoztathatatlan objektumként adja vissza (3.2.1 verzió óta) + newDateTime: # (bool) alapértelmezett értéke false + # csak Oracle és SQLite: dátumformátum formatDateTime: # (string) alapértelmezett értéke 'U' ``` diff --git a/database/it/configuration.texy b/database/it/configuration.texy index f19ed00c41..c4a9ea938d 100644 --- a/database/it/configuration.texy +++ b/database/it/configuration.texy @@ -54,6 +54,9 @@ database: # solo MySQL: converte TINYINT(1) in bool supportBooleans: # (bool) predefinito a false + # restituisce le colonne di data come oggetti immutabili (dalla versione 3.2.1) + newDateTime: # (bool) predefinito a false + # solo Oracle e SQLite: formato data formatDateTime: # (string) predefinito a "U". ``` diff --git a/database/pl/configuration.texy b/database/pl/configuration.texy index 978b334e58..6aeabff64d 100644 --- a/database/pl/configuration.texy +++ b/database/pl/configuration.texy @@ -54,6 +54,9 @@ database: # Tylko MySQL: konwertuje TINYINT(1) na bool supportBooleans: # (bool) domyślnie false + # zwraca kolumny daty jako niezmienne obiekty (od wersji 3.2.1) + newDateTime: # (bool) domyślnie false + # Tylko Oracle i SQLite: format przechowywania danych formatDateTime: # (string) domyślnie 'U' ``` diff --git a/database/pt/configuration.texy b/database/pt/configuration.texy index c390440308..c3d56d07b6 100644 --- a/database/pt/configuration.texy +++ b/database/pt/configuration.texy @@ -54,6 +54,9 @@ database: # somente MySQL: converte TINYINT(1) em bool supportBooleans: # (bool) tem como padrão false + # retorna colunas de data como objetos imutáveis (desde a versão 3.2.1) + newDateTime: # (bool) tem como padrão false + # somente Oracle e SQLite: formato de data formatDateTime: # (string) padrão para 'U' ``` diff --git a/database/ro/configuration.texy b/database/ro/configuration.texy index 76787ba8f9..a4f9c7c4c6 100644 --- a/database/ro/configuration.texy +++ b/database/ro/configuration.texy @@ -54,6 +54,9 @@ database: # numai MySQL: convertește TINYINT(1) în bool supportBooleans: # (bool) implicit la false + # returnează coloanele de date ca obiecte imuabile (începând cu versiunea 3.2.1) + newDateTime: # (bool) valoarea implicită este false + # numai Oracle și SQLite: formatul datei formatDateTime: # (șir de caractere) implicit la "U". ``` diff --git a/database/ru/configuration.texy b/database/ru/configuration.texy index 88107912ce..b5f4e5b7af 100644 --- a/database/ru/configuration.texy +++ b/database/ru/configuration.texy @@ -54,6 +54,9 @@ database: # Только для MySQL: преобразует TINYINT(1) в bool supportBooleans: # (bool) по умолчанию false + # возвращает столбцы даты как неизменяемые объекты (с версии 3.2.1) + newDateTime: # (bool) по умолчанию false + # только для Oracle и SQLite: формат даті formatDateTime: # (string) по умолчанию 'U' ``` diff --git a/database/sl/configuration.texy b/database/sl/configuration.texy index 89b66c6083..ab22611a5f 100644 --- a/database/sl/configuration.texy +++ b/database/sl/configuration.texy @@ -54,6 +54,9 @@ database: # samo MySQL: pretvori TINYINT(1) v bool supportBooleans: # (bool) privzeto false + # vrne stolpce datumov kot nespremenljive predmete (od različice 3.2.1) + newDateTime: # (bool) privzeto false + # samo Oracle in SQLite: format datuma formatDateTime: # (niz) privzeta vrednost je 'U' ``` diff --git a/database/tr/configuration.texy b/database/tr/configuration.texy index 39319acf9b..055619a838 100644 --- a/database/tr/configuration.texy +++ b/database/tr/configuration.texy @@ -54,6 +54,9 @@ database: # sadece MySQL: TINYINT(1)'i bool'a dönüştürür supportBooleans: # (bool) varsayılan değer false + # tarih sütunlarını değişmez nesneler olarak döndürür (3.2.1 sürümünden beri) + newDateTime: # (bool) varsayılan değer false + # sadece Oracle ve SQLite: tarih biçimi formatDateTime: # (string) varsayılan değer 'U' ``` diff --git a/database/uk/configuration.texy b/database/uk/configuration.texy index 075ef58259..96d8d649db 100644 --- a/database/uk/configuration.texy +++ b/database/uk/configuration.texy @@ -54,6 +54,9 @@ database: # тільки MySQL: перетворює TINYINT(1) в bool supportBooleans: # (bool) за замовчуванням дорівнює false + # повертає стовпці дати як незмінні об'єкти (починаючи з версії 3.2.1) + newDateTime: # (bool) за замовчуванням дорівнює false + # тільки для Oracle і SQLite: формат даті formatDateTime: # (string) за замовчуванням 'U' ```