Skip to content
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

XML Parser Switched to Associative Array #1

Open
scorpiohw opened this issue Oct 16, 2014 · 0 comments
Open

XML Parser Switched to Associative Array #1

scorpiohw opened this issue Oct 16, 2014 · 0 comments

Comments

@scorpiohw
Copy link
Collaborator

Currently standard array is used in parser. It works well. But it's not convenient enough for maintenance. Programmer need to change both database schema and SQL interface. The order of columns is fixed. It would lead to doomsday if someone wants to add another column. (Almost all index need to be changed accordingly)
If we have associative array, it would be more human friendly. 🍡

@scorpiohw scorpiohw self-assigned this Oct 16, 2014
@scorpiohw scorpiohw added this to the R U Ready! milestone Oct 16, 2014
@airanmehr airanmehr modified the milestones: On the way!, R U Ready! Oct 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants