AISE-TUDelft / coco

AI Code Completions for Jetbrains and VSCode
0 stars 0 forks source link

Interface to read values from a DB #2

Closed RebelOfDeath closed 2 weeks ago

RebelOfDeath commented 2 weeks ago

Provide a way to efficiently retrieve information from the database in a type-safe manner and in a way that handles most (hopefully all) of the edge cases that might cause errors when retrieving data.

RebelOfDeath commented 2 weeks ago

Some basic functions to be able to read values from the database have been added in 810ea6081813c2d57d657a69b62a4eb5b9c9abf1

RebelOfDeath commented 2 weeks ago

similar to #1 the interface was previously partially achieved, additional method and adjustments were added in a21843b99d0268c4269151eec80a13c5556ee2cd and the efficacy of the methods were tested in 1ef1611b28daa60f299764eb9b0e5078e5985c18

RebelOfDeath commented 2 weeks ago

More or less addressed in previously mentioned commits.