• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

typeorm / typeorm
76%

Build:
DEFAULT BRANCH: master
Repo Added 06 Jan 2025 06:56PM UTC
Files 329
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 11514-crash-fix-time-array
  • add-breaking-change-note-to-changelog
  • add-collation-change-detection
  • add-note-about-redshift-compat
  • add-null-not-distinct
  • add-warning-for-no-entities
  • allow-dynamic-replication-config
  • automate-publish
  • build/improve-ci-tests
  • build/node20
  • build/setup-sap-hana-tests
  • changelog-0.3.23-update-warning
  • chore/ansis
  • chore/changelog
  • chore/cleanup-pkg-pr-new
  • chore/fix-lint-staged
  • chore/improve-linting
  • chore/lint-format
  • chore/new-docs/rename-folder
  • chore/update-dependencies
  • ci/add-timeout
  • ci/pr-workflow-fork-only
  • ci/run-lint-only-on-affected
  • ci_node-version
  • clarify-commit-practices
  • coderabbitai/docstrings/5b7a6cKWMpqqMTbnVg1cCokMSDnrYVxOzusaMa
  • coverage
  • date_now
  • decorator-foreign-key
  • dependabot/npm_and_yarn/docs/http-proxy-middleware-2.0.9
  • dependabot/npm_and_yarn/sample/playground/brace-expansion-2.0.2
  • dependabot/npm_and_yarn/tar-fs-2.1.2
  • doc_search_GH_action
  • docs-fix-migration-config
  • docs-tests-require-utc-timezone
  • docs/entity-subscribers
  • feat-add-column-ordering
  • feat-sql-tag
  • feat-update-all
  • feat/10964-postgresql-indices-support
  • feat/3591-revert-migrations
  • feat/add-husky
  • feat/add-merge-into-statement-support
  • feat/add-undefined-and-null-flags
  • feat/expo-next-support
  • feat/new-docs
  • feat/new-docs/new-look-and-feel
  • feat/new_docs
  • feat/postgres/support-vector
  • feat/release-pr-releases
  • feature/sap-connection-pooling
  • feature/sap-hana-real-vector
  • fix-10375
  • fix-10437
  • fix-10487
  • fix-10604
  • fix-11285
  • fix-11474
  • fix-array-column-changed
  • fix-build-test
  • fix-duplicate-ci-runs
  • fix-es-module
  • fix-issue-#11362
  • fix-mongodb-opts
  • fix-multiple-relations-same-column
  • fix-mysql-stack-trace
  • fix-publish-workflow
  • fix-release-issues
  • fix-revert-when-empty-migration
  • fix-select-of-only-regular-columns
  • fix-soft-delete-comment
  • fix-transaction-issues
  • fix/11466-mssql-find-operator
  • fix/9006-eager-load-relation-strategy
  • fix/add-virtualcolumn-shim
  • fix/alias-or-tablename-upsert-and-orupdate-with-schema-postgres-driver-11440
  • fix/allow-readonly-where
  • fix/codeql-sql-escape-issues
  • fix/connection-credentials-spanner
  • fix/docsearch
  • fix/driver-disconnect
  • fix/handle-limit-0-and-offset-0-value
  • fix/issue-6985
  • fix/npm-readme/resolve-missing-image
  • fix/npm-readme/resolve-missing-image-pt-2
  • fix/orUpdate-in-insertQuery-to-use-table-alias-with-postgres-driver
  • fix/order-by-subquery-column
  • fix/postgres-version-detection
  • fix/resolve-duplicate-action-runs
  • fix/resolve-pkg-pr-issue
  • fix/sap-db-schema
  • fix/sap-hana-streaming-cleanup
  • fix/spanner-insert-returning
  • fix/sql-json-array-update-create-spanner
  • fix/sqlite-flaky-test
  • fix/ts-in-js
  • fix/type-FindOptionsSelectProperty
  • fix/update-array-criteria
  • geo-position
  • getmanyandcount_lazy_count
  • issue-10431
  • issue-11354
  • issue-11421
  • lazy-one-to-many-save
  • mguida22/run-format-in-ci
  • mguida22/update-better-sqlite3-dev-dependency
  • mutation-testing
  • my-sql-query-timeout
  • new-logo
  • new_docs
  • next
  • patch-1
  • perf/improve-save-performance
  • performance-docs
  • plausible-tracking-docs
  • poc-remove-hdb-pool
  • proper-uuid-mssql
  • push-qlrnqzkrvqrq
  • rc
  • refactor/database-server-version
  • relations-eager-override-bug
  • release-0.3.22
  • release-0.3.23
  • release-0.3.24
  • release-0321
  • remove-file-flag-from-test-running
  • remove-naming-strategy-not-found-error
  • remove-unused-type-var-in-tests
  • restrict-test-workflow
  • support-typed-array
  • tanguy-poly/fix-beforeQuery-promises-not-awaited-before-query-execution
  • test-location-docs
  • test-multiple-postgres-versions
  • test/derived-databases
  • transform-FindOperators
  • try-something
  • typo-fix
  • unique-coverall-flag-name-by-db-version
  • virtual-column-context
  • win32-tests

17 Jun 2025 09:05PM UTC coverage: 76.35% (-0.04%) from 76.389%
15718025836

push

github

web-flow
fix: fix null pointer exception on date array column comparison (#11532)

* fix: fix null pointer exception on date array column comparison

Follow up to https://github.com/typeorm/typeorm/pull/11269 which was
calling Array.map without validating if the array was null. Now only
normalize if both values (entity and database) are not null.

Closes: https://github.com/typeorm/typeorm/issues/11514

* clean test

9291 of 12879 branches covered (72.14%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

8 existing lines in 3 files now uncovered.

19002 of 24178 relevant lines covered (78.59%)

197039.47 hits per line

Relevant lines Covered
Build:
Build:
24178 RELEVANT LINES 19002 COVERED LINES
197039.47 HITS PER LINE
Source Files on master
  • Tree
  • List 329
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15718025836 master fix: fix null pointer exception on date array column comparison (#11532) * fix: fix null pointer exception on date array column comparison Follow up to https://github.com/typeorm/typeorm/pull/11269 which was calling Array.map without validating ... push 17 Jun 2025 09:07PM UTC web-flow github
76.35
15713079244 master fix: multiple relations with same column name(s) generate invalid SELECT statement (#11400) * fix: Multiple relations with same columns cause invalid SQL to be generated Closes: #1668, #9788, #9814, #10121, #10148, #11109, #11132, #11180 * refa... push 17 Jun 2025 04:40PM UTC web-flow github
76.39
15691977828 master fix(tree-entity): closure junction table primary key definition should match parent table (#11422) * fix #9600 https://github.com/typeorm/typeorm/issues/9600 * implement tests. * implement tests. * implement tests. * move tests fo functional ... push 16 Jun 2025 09:10PM UTC web-flow github
76.39
15675468506 master Merge f8e29bdc2 into 03faa7867 Pull #11422 16 Jun 2025 10:12AM UTC web-flow github
76.35
15558174361 master Merge 817e6d91c into 86f12c922 Pull #11422 10 Jun 2025 08:34PM UTC web-flow github
48.47
15557861012 master chore: update workflows to ignore changes in docs directory (#11518) * chore: update workflows to ignore changes in docs directory Added paths-ignore configuration to CodeQL, preview, and test workflows to prevent unnecessary runs when only docu... push 10 Jun 2025 11:10AM UTC web-flow github
76.35
15495200795 master fix: fix up doc search workflow (#11513) push 06 Jun 2025 04:40PM UTC web-flow github
76.35
15493626823 master docs: new website initial commit Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com> Co-authored-by: Jovana Đurić <63621526+jovanadjuric@users.noreply.github.com> Co-authored-by: jovanadjuric <mat.jovana@gmail.com> Co-authored-... push 06 Jun 2025 03:34PM UTC web-flow github
76.35
15476889024 master chore: improve linting (fixup) (#11511) push 05 Jun 2025 08:46PM UTC web-flow github
76.35
15475789146 master chore: improve linting (#11510) push 05 Jun 2025 07:43PM UTC web-flow github
76.35
See All Builds (764)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc