Skip to content
Snippets Groups Projects

Feature multiple where

Merged Hamer Iboshi requested to merge feature_multiple_where into school_number_count

Only test for boolean filds.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
    • Guest

      @vsbc14 3 observações

      1. Não tenho certeza se o filtro Dependencia_adm_priv está certo. Caso possa conferir para mim.
      2. A contagem de turmas tem um filtro chamado Tempo Integral, ao olhar o dicionário temos que é uma variável transformada e que ainda não temos essa variável transformada no nosso banco, nem o arquivo de como ela deve ser.
      3. Qual é o padrão para o git não ficar reclamando do meu código?
      Edited by Fernando Erd
  • Vytor Calixto
    Vytor Calixto @vsbc14 started a thread on commit e7f8b99a
15 15 const ReqQueryFields = require(`${libs}/middlewares/reqQueryFields`);
16 16
17 17 let rqfCount = new ReqQueryFields();
18 // Complete range of the enrollments dataset.
19 // Returns a tuple of start and ending years of the complete enrollments dataset.
20 classApp.get('/year_range', (req, res, next) => {
21 req.sql.from('matricula')
  • Hamer Iboshi enabled an automatic merge when the pipeline for 53c76d68 succeeds

    enabled an automatic merge when the pipeline for 53c76d68 succeeds

  • merged

  • Hamer Iboshi mentioned in commit a7b0ad7c

    mentioned in commit a7b0ad7c

  • Please register or sign in to reply
    Loading