Subject | PS. XWiki4/Hibernate-3.6.9 on Jaybird |
---|---|
Author | the_a_rioch |
Post date | 2012-06-27T21:21:57Z |
I know that TrackStudio used special measures to split long strings into 2KB chunks.
I don't know if that is an issue but i checked a bit
http://pastebin.com/WVkbY3s9 is main xwiki.hbm.xml
I pasted it into http://xpath.me/
And those queries return some interes results, that i don;t know mapped to what.
It seems to me SQL not generated to create database...
I don't know if that is an issue but i checked a bit
http://pastebin.com/WVkbY3s9 is main xwiki.hbm.xml
I pasted it into http://xpath.me/
And those queries return some interes results, that i don;t know mapped to what.
>> //*[@length>2000][@type="text"] << this i hope just create a BLOB, and hopefully not used it for grouping an suchThose query seems to return nothing, so i think :
>> //*[@length>2000][@type!="text"]" << but this... what it might be...
>> //*[string-length(@table)>30] <<No generator seem to have name, yet i dunnot if it matters or not.
>> //*[string-length(@column)>30] <<
>> //*[string-length(@index)>30] <<
It seems to me SQL not generated to create database...