Search found 3 matches

by kismert
29 Jun 2016, 14:50
Forum: General Discussion
Topic: Does Mantis use UTF-8?
Replies: 0
Views: 4116

Does Mantis use UTF-8?

Does Mantis use UTF-8 exclusively for handling strings?

If so, is there any reason in the tables to use text datatypes that don't support UTF-8?

Specifically, I'm looking at the use in SQL Server of TEXT and VARCHAR datatypes, when NVARCHAR(MAX) or NVARCHAR would seem more appropriate.

Thanks!
-Ken
by kismert
24 Jun 2016, 16:16
Forum: General Discussion
Topic: Does Mantis use an ORM?
Replies: 1
Views: 2964

Does Mantis use an ORM?

Hello, all:

Looking at the Mantis install script for SQL Server, it looks like base tables are created in their original form, then are modified as the script goes on (columns added/dropped, indexes added/dropped).

Is this because Mantis is based on an ORM? If so, which does it use?

Why not just ...
by kismert
24 Jun 2016, 14:38
Forum: Help
Topic: SQL query is missing constraint
Replies: 1
Views: 2371

Re: SQL query is missing constraint

Is this on install? I was getting similar errors on installation.

Where are you getting the error, and what exactly is the error?

Thanks,
-Ken