Переглянути джерело

update doc on base64 error for #648

Maurits van der Schee 4 роки тому
джерело
коміт
3605953a92
1 змінених файлів з 1 додано та 0 видалено
  1. 1
    0
      README.md

+ 1
- 0
README.md Переглянути файл

938
 | invalid date        | use yyyy-mm-dd              | date                                        |
938
 | invalid date        | use yyyy-mm-dd              | date                                        |
939
 | invalid time        | use hh:mm:ss                | time                                        |
939
 | invalid time        | use hh:mm:ss                | time                                        |
940
 | invalid timestamp   | use yyyy-mm-dd hh:mm:ss     | timestamp                                   |
940
 | invalid timestamp   | use yyyy-mm-dd hh:mm:ss     | timestamp                                   |
941
+| invalid base64      | illegal characters          | varbinary, blob                             |
941
 
942
 
942
 If you want the types validation to apply to all the types, you must activate the "`validation`" middleware.
943
 If you want the types validation to apply to all the types, you must activate the "`validation`" middleware.
943
 By default, all types are enabled. Which is equivalent to the two configuration possibilities:
944
 By default, all types are enabled. Which is equivalent to the two configuration possibilities:

Loading…
Відмінити
Зберегти