Skip to content
#

mariadb

Here are 2,314 public repositories matching this topic...

xaragen
xaragen commented Aug 10, 2021

Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read:

// https://sequelize.org/master/manual/assocs.html
// For example, to use UUID as the foreign key data type instead of the default (INTEGER), you can simply do:

const { DataTypes } = require("Sequelize");

Foo.hasOne(Bar, {
  foreignKey: {
    // name: 'myFooId'
    type: D
prisma
binary64
binary64 commented Aug 2, 2021

Bug description

On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.

This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.

How to reproduce

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

ibennetch
ibennetch commented Dec 28, 2021

When a user is changing their password, we should check if AllowNoPassword is false, and if it is false then we should warn the user strongly before allowing them to set their password to a blank value. This check should apply to both the "Change password" link on the main page and actions on the "User accounts" tab.

The warning can be "You are trying to set this account to log in with no pas

lasalesi
lasalesi commented Jan 30, 2018

Actual behaviour:
In case a custom app has print formats, the command bench uninstall-app (app) will fail with frappe.exceptions.LinkExistsError: Cannot delete or cancel because Module Def <a href="#Form/Module Def/ham">ham</a> is linked with Print Format <a href="#Form/Print Format/cheese">cheese</a>

Expected behaviour:
bench uninstall-app should also remove print formats that

Improve this page

Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."

Learn more