Skip to content

Commit

Permalink
nette/database 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 14, 2024
1 parent bde87ee commit c5a0dbe
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/bg/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ database:
# само за MySQL: преобразува TINYINT(1) в bool
supportBooleans: # (bool) по подразбиране е false

# връща колони с дати като неизменни обекти (от версия 3.2.1)
newDateTime: # (bool) по подразбиране е false

# само за Oracle и SQLite: formatDate
formatDateTime: # (string) по подразбиране е 'U'
```
Expand Down
3 changes: 3 additions & 0 deletions database/cs/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/de/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/el/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ database:
# μόνο MySQL: μετατρέπει το TINYINT(1) σε bool
supportBooleans: # (bool) προεπιλογή σε false

# επιστρέφει τις στήλες ημερομηνίας ως αμετάβλητα αντικείμενα (από την έκδοση 3.2.1)
newDateTime: # (bool) με προεπιλογή false

# μόνο Oracle και SQLite: μορφή ημερομηνίας
formatDateTime: # (string) προεπιλογή 'U'
```
Expand Down
3 changes: 3 additions & 0 deletions database/en/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/es/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/fr/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
```
Expand Down
3 changes: 3 additions & 0 deletions database/hu/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/it/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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".
```
Expand Down
3 changes: 3 additions & 0 deletions database/pl/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/pt/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/ro/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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".
```
Expand Down
3 changes: 3 additions & 0 deletions database/ru/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ database:
# Только для MySQL: преобразует TINYINT(1) в bool
supportBooleans: # (bool) по умолчанию false

# возвращает столбцы даты как неизменяемые объекты (с версии 3.2.1)
newDateTime: # (bool) по умолчанию false

# только для Oracle и SQLite: формат даті
formatDateTime: # (string) по умолчанию 'U'
```
Expand Down
3 changes: 3 additions & 0 deletions database/sl/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/tr/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
3 changes: 3 additions & 0 deletions database/uk/configuration.texy
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ database:
# тільки MySQL: перетворює TINYINT(1) в bool
supportBooleans: # (bool) за замовчуванням дорівнює false

# повертає стовпці дати як незмінні об'єкти (починаючи з версії 3.2.1)
newDateTime: # (bool) за замовчуванням дорівнює false

# тільки для Oracle і SQLite: формат даті
formatDateTime: # (string) за замовчуванням 'U'
```
Expand Down

0 comments on commit c5a0dbe

Please sign in to comment.