Skip to content

Remove references to dropped column lista.dependencia#8

Open
istyf wants to merge 1 commit into
ctt-gob-es:masterfrom
istyf:fix/references-to-dropped-column-dependencia
Open

Remove references to dropped column lista.dependencia#8
istyf wants to merge 1 commit into
ctt-gob-es:masterfrom
istyf:fix/references-to-dropped-column-dependencia

Conversation

@istyf

@istyf istyf commented Apr 16, 2020

Copy link
Copy Markdown
Contributor
  • Trying to call SemillaDAO.insertList failed because the insert
    statement referenced a non existing column. All call sites invoking
    this function was passing null for the corresponding value though
    (dependencia), so this patch simply removes that parameter and fixes
    the SQL statement.
  • The export function in ExportObservatoryDDBB also references this
    column, but that code has not been tested with this patch.

* Trying to call SemillaDAO.insertList failed because the insert
  statement referenced a non existing column. All call sites invoking
  this function was passing null for the corresponding value though
  (dependencia), so this patch simply removes that parameter and fixes
  the SQL statement.
* The export function in ExportObservatoryDDBB also references this
  column, but that code has not been tested with this patch.
vcima pushed a commit that referenced this pull request Nov 16, 2023
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