プロジェクト

全般

プロフィール

Bug(バグ) #419

Use unnecessary "IS NULL" matching for the NOT NULL column CommunityMember.is_pre (NOT NULL制約の付いている community_member.is_pre カラムに対して不要な IS NULL での比較をしている)

Rimpei Ogawa約14年前に追加. 約14年前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2010-01-01
期日:
進捗率:

100%

3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:
Unknown (未調査)

説明

From 2964d2750d5a

uses:

(is_pre = 0 OR is_pre IS NULL)

instead of:

position <> "pre" 

but "is_pre IS NULL" is unwanted because the `is_pre` column is NOT NULL.


関連するチケット

関連している OpenPNE 3 - Enhancement(機能追加・改善) #228: Add an ability for sub-manager of community. コミュニティ副管理人機能を追加 Fixed(完了) 2009-11-11

関係しているリビジョン

リビジョン d6fb3f13 (差分)
Rimpei Ogawa約14年前に追加

removed "IS NULL" matchings for the is_pre column (fixes #419)

履歴

#1 Rimpei Ogawa約14年前に更新

  • ステータスAccepted(着手) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

更新履歴commit:"d6fb3f134c2612149a9f3ce07231960e6c32587b"で適用されました。

#2 Kousuke Ebihara約14年前に更新

  • ステータスPending Review(レビュー待ち) から Fixed(完了) に変更
  • 進捗率50 から 100 に変更

他の形式にエクスポート: Atom PDF