You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2019/10/22 13:39:08 UTC

svn commit: r1868755 - /db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm

Author: tv
Date: Tue Oct 22 13:39:08 2019
New Revision: 1868755

URL: http://svn.apache.org/viewvc?rev=1868755&view=rev
Log:
Encourage unicode enoding

Modified:
    db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm

Modified: db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm?rev=1868755&r1=1868754&r2=1868755&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm (original)
+++ db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm Tue Oct 22 13:39:08 2019
@@ -15,4 +15,4 @@
 ## specific language governing permissions and limitations
 ## under the License.
 drop database if exists $name;
-create database $name;
+create database $name character set utf8mb4 collate utf8mb4_unicode_ci;



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org