Thats one of the reason I like starting database using database schema. That way someone can use the XML and it works for any database domain. Just some thoughts:-)
On Wednesday, April 8, 2015 at 7:52:37 AM UTC-4, Johann Spies wrote: > > > For a new application it's not a problem, but someone have an experience >> about converting tables from standard ID to GUID? >> >> > Firstly: backup :) > > I have done some conversions in the past. If I remember correctly, I added > an extra column (say 'uuid'), filled it with unique values, created foreign > keys (using the id-based system to identify the correct links) and then > test to see whether everything is linked as it should be. > > After double checking, remove the id-based references. > > Regards > Johann > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

