-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dbcsql #442
base: master
Are you sure you want to change the base?
Dbcsql #442
Commits on Mar 12, 2021
-
Added dbc format Added new SqlStorage instance for each DBC Added loading part.
Configuration menu - View commit details
-
Copy full SHA for dd7f026 - Browse repository at this point
Copy the full SHA dd7f026View commit details -
"Templatize" SQLStorage class.
Make it easier and less prone to errors.
Configuration menu - View commit details
-
Copy full SHA for df604c0 - Browse repository at this point
Copy the full SHA df604c0View commit details -
Reneame SQLStorage::GetRecordCount to GetNumRows
Will make it easier to replace dbcstore by sqlstore.
Configuration menu - View commit details
-
Copy full SHA for 7f605f2 - Browse repository at this point
Copy the full SHA 7f605f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3388c8e - Browse repository at this point
Copy the full SHA 3388c8eView commit details -
Improve SqlStorageBase iterator class
Make it more compatible wiht c++ iterator standard. silent a casting warning.
Configuration menu - View commit details
-
Copy full SHA for abb5a20 - Browse repository at this point
Copy the full SHA abb5a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70bb5a1 - Browse repository at this point
Copy the full SHA 70bb5a1View commit details -
- sCreatureDataAddonStorage - sCreatureInfoAddonStorage - sCreatureModelStorage - sEquipmentStorage - sEquipmentStorageRaw - sPageTextStore - sItemStorage - sInstanceTemplate - sWorldTemplate - sConditionStorage - sSpellTemplate - sFactionStore - sCreatureConditionalSpawnStore
Configuration menu - View commit details
-
Copy full SHA for b3e9bbb - Browse repository at this point
Copy the full SHA b3e9bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d80a6d6 - Browse repository at this point
Copy the full SHA d80a6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6b4fa - Browse repository at this point
Copy the full SHA 5c6b4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b7002 - Browse repository at this point
Copy the full SHA 90b7002View commit details -
Implement sql storage n and d format
Now we are able to define the index in the format and it can not be the first column. This is needed for AreaTable. However we might need to double check why its done that way for that table. Rremoved the need to define the name of the column as an index because code can find it using the provided format. Added the support for table that have no index like gtcombatratings.
Configuration menu - View commit details
-
Copy full SHA for 5fe6b3a - Browse repository at this point
Copy the full SHA 5fe6b3aView commit details -
Adjust SQLStorage format and constructor
using n/d to define the index and removing column name.
Configuration menu - View commit details
-
Copy full SHA for 4fa514e - Browse repository at this point
Copy the full SHA 4fa514eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0042e6 - Browse repository at this point
Copy the full SHA c0042e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae932f4 - Browse repository at this point
Copy the full SHA ae932f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43db956 - Browse repository at this point
Copy the full SHA 43db956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5899480 - Browse repository at this point
Copy the full SHA 5899480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92156aa - Browse repository at this point
Copy the full SHA 92156aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f61e4 - Browse repository at this point
Copy the full SHA 58f61e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f60374 - Browse repository at this point
Copy the full SHA 7f60374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aaaf81 - Browse repository at this point
Copy the full SHA 0aaaf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 685c42a - Browse repository at this point
Copy the full SHA 685c42aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 773afe0 - Browse repository at this point
Copy the full SHA 773afe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58ff97 - Browse repository at this point
Copy the full SHA f58ff97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ba747 - Browse repository at this point
Copy the full SHA 84ba747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 413b280 - Browse repository at this point
Copy the full SHA 413b280View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8dc64 - Browse repository at this point
Copy the full SHA 0f8dc64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946a969 - Browse repository at this point
Copy the full SHA 946a969View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc47b14 - Browse repository at this point
Copy the full SHA cc47b14View commit details