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

Add: Change profileNamespace DB to inidbi2 #105

Closed
wants to merge 23 commits into from
Closed

Conversation

Vdauphin
Copy link
Owner

@Vdauphin Vdauphin commented Apr 25, 2016

Giallustio#72

DOC of https://github.com/code34/inidbi2 : https://github.com/code34/inidbi2/blob/master/%40inidbi2/DOCUMENTATION.txt

  • Add : inidbi link.
  • FIX : inidbi do not save object (only array, string, boolean) (side, getVariable "inHouse").
  • FIX : Array save too big for IniDB (>8k).

Take the array [city1,city2,city3] and check if the array is to big. If it is, I reduce the size of it and save separately the array in two keys ("cities1","cities2"):

  • cities1 = "[city1,city2]"

  • cities2 ="[city3]"

    The load phase is easy just read ("cities1","cities2") and append .

need to test :

Final test :

  • local
  • server

@Vdauphin Vdauphin added this to the 1.14 milestone Apr 25, 2016
@Vdauphin Vdauphin changed the title Add: Change profileNamespace DB to IniDB Add: Change profileNamespace DB to inidbi2 May 5, 2016
@Vdauphin Vdauphin removed this from the 1.14 milestone May 5, 2016
@Vdauphin Vdauphin closed this May 5, 2016
@Vdauphin Vdauphin deleted the Add-initDB branch May 20, 2017 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant