Hi,
I have seen that the new 1.2.x version uses int instead of datetime; do you have any tips about how to move back to datetime field??
I believe that this has been a very disruptive change in Mantis!
Thank you
Davide
M 1.2.0rc2 - Back from INT to DATETIME
Moderators: Developer, Contributor
Re: M 1.2.0rc2 - Back from INT to DATETIME
Hi,
Out of interest, whats the issue you are facing?
Paul
Out of interest, whats the issue you are facing?
Paul
Re: M 1.2.0rc2 - Back from INT to DATETIME
Hi Paul,
the problem is that we use many stored procecedures and a OLAP tool... using them with int instead of datetime is very hard!
I'll study on core/database_api.php to understand if I can move from int to datetime...
Thank you
Davide
the problem is that we use many stored procecedures and a OLAP tool... using them with int instead of datetime is very hard!
I'll study on core/database_api.php to understand if I can move from int to datetime...
Thank you
Davide
Re: M 1.2.0rc2 - Back from INT to DATETIME
I have the same issue here. How do I retrieve old data. Help me!davide73y wrote:Hi,
I have seen that the new 1.2.x version uses int instead of datetime; do you have any tips about how to move back to datetime field??
I believe that this has been a very disruptive change in Mantis!
Thank you
Davide
Re: M 1.2.0rc2 - Back from INT to DATETIME
Got any solution?